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(*algorithm).dictionary(); } + + RELEASE_ASSERT_NOT_REACHED(); } auto CryptoKey::usages() const -> Vector