| Index: third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp b/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
|
| index 0cd888e02371ce3b11632055b482c56f62d7f0bd..7c7d1612b1344436b2c1c70abb2dc96d5eeceb8e 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
|
| @@ -300,7 +300,8 @@ WebCryptoResult toWebCryptoResult(
|
| ->bindToV8Function(),
|
| (new WebCryptoResultAdapter<DOMException*>(
|
| scriptState, WTF::bind([](DOMException* exception) {
|
| - CHECK(false) << "crypto operation failed";
|
| + // crypto operation failed
|
| + CHECK(false);
|
| })))
|
| ->bindToV8Function());
|
| return result->result();
|
|
|