Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h |
index 130ced8b999e0a4bda6ec8e4d5b1a3747cb84d04..a07e16d4494ed318ad780380a74845134ad4caf6 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h |
@@ -88,7 +88,7 @@ class CORE_EXPORT ScriptPromiseResolver |
// ActiveDOMObject implementation. |
void suspend() override; |
void resume() override; |
- void stop() override { detach(); } |
+ void contextDestroyed() override { detach(); } |
// Calling this function makes the resolver release its internal resources. |
// That means the associated promise will never be resolved or rejected |