| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
|
| index 0c41a6aade8136ece4935c987f3a6fbefe1275da..7ef0106c47ffed5b205758d6505c5aa68fb1cc49 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
|
| @@ -72,7 +72,7 @@ void ScriptPromiseResolver::onTimerFired(TimerBase*) {
|
|
|
| void ScriptPromiseResolver::resolveOrRejectImmediately() {
|
| DCHECK(!getExecutionContext()->isContextDestroyed());
|
| - DCHECK(!getExecutionContext()->activeDOMObjectsAreSuspended());
|
| + DCHECK(!getExecutionContext()->isContextSuspended());
|
| {
|
| InspectorInstrumentation::AsyncTask asyncTask(getExecutionContext(), this);
|
| if (m_state == Resolving) {
|
|
|