| Index: third_party/WebKit/Source/modules/crypto/CryptoKey.cpp
|
| diff --git a/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp b/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp
|
| index 7da91dab888fad22e69ca966c848aeb16257863e..4e68917fb97a78a1b67384363f3b450045b6bb0c 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp
|
| +++ b/third_party/WebKit/Source/modules/crypto/CryptoKey.cpp
|
| @@ -110,7 +110,7 @@ class DictionaryBuilder : public WebCryptoKeyAlgorithmDictionary {
|
|
|
| virtual void SetAlgorithm(const char* property_name,
|
| const WebCryptoAlgorithm& algorithm) {
|
| - ASSERT(algorithm.ParamsType() == kWebCryptoAlgorithmParamsTypeNone);
|
| + DCHECK_EQ(algorithm.ParamsType(), kWebCryptoAlgorithmParamsTypeNone);
|
|
|
| V8ObjectBuilder algorithm_value(builder_.GetScriptState());
|
| algorithm_value.AddString(
|
|
|