| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| index c62c432afaa6adb1d47bbcd2e62e3f1ac1b545af..6145f8a4e3156521c9f2a36ce874970f7a4412dc 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| @@ -227,7 +227,7 @@ void SuspendableScriptExecutor::executeAndDestroySelf() {
|
|
|
| void SuspendableScriptExecutor::dispose() {
|
| // Remove object as a ContextLifecycleObserver.
|
| - ActiveDOMObject::clearContext();
|
| + SuspendableObject::clearContext();
|
| m_keepAlive.clear();
|
| stop();
|
| }
|
|
|