14 lines
518 B
Diff
14 lines
518 B
Diff
|
Index: webkitgtk-2.17.92/Source/WebCore/crypto/CryptoKey.cpp
|
||
|
===================================================================
|
||
|
--- webkitgtk-2.17.92.orig/Source/WebCore/crypto/CryptoKey.cpp
|
||
|
+++ webkitgtk-2.17.92/Source/WebCore/crypto/CryptoKey.cpp
|
||
|
@@ -67,6 +67,8 @@ auto CryptoKey::algorithm() const -> Alg
|
||
|
case KeyAlgorithmClass::Raw:
|
||
|
return downcast<RawKeyAlgorithm>(*algorithm).dictionary();
|
||
|
}
|
||
|
+
|
||
|
+ RELEASE_ASSERT_NOT_REACHED();
|
||
|
}
|
||
|
|
||
|
auto CryptoKey::usages() const -> Vector<CryptoKeyUsage>
|