Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp |
index dd66b7a97845de7ed54075e9375a093857a8d54c..70e433ef99afda336333a3bd3a7007bcd9992a8d 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp |
@@ -32,7 +32,7 @@ class Function : public ScriptFunction { |
: ScriptFunction(script_state), value_(value) {} |
ScriptValue Call(ScriptValue value) override { |
- ASSERT(!value.IsEmpty()); |
+ DCHECK(!value.IsEmpty()); |
*value_ = ToCoreString(value.V8Value() |
->ToString(GetScriptState()->GetContext()) |
.ToLocalChecked()); |