| Index: Source/core/platform/chromium/support/WebCryptoKey.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebCryptoKey.cpp b/Source/core/platform/chromium/support/WebCryptoKey.cpp
|
| index 64e3b9ce780ce1694b281ef794069759387ce928..85d4a77db9410fb636d56aed548a94685f593342 100644
|
| --- a/Source/core/platform/chromium/support/WebCryptoKey.cpp
|
| +++ b/Source/core/platform/chromium/support/WebCryptoKey.cpp
|
| @@ -46,6 +46,7 @@ public:
|
| , algorithm(algorithm)
|
| , usages(usages)
|
| {
|
| + ASSERT(!algorithm.isNull());
|
| }
|
|
|
| const OwnPtr<WebCryptoKeyHandle> handle;
|
|
|