forked from pool/webkit2gtk3
Dominique Leuenberger
89fc9c397e
Add back patch.. Not fixed yet OBS-URL: https://build.opensuse.org/request/show/523346 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=123
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>
|