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 5929784b02b9248c43a6dc6e49e6534d14784dde..451911c23ad719758868f2e1ede844f9cacd8af4 100644 |
--- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
+++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
@@ -50,7 +50,7 @@ void SuspendableScriptExecutor::fired() |
void SuspendableScriptExecutor::run() |
{ |
- ExecutionContext* context = executionContext(); |
+ ExecutionContext* context = getExecutionContext(); |
ASSERT(context); |
if (!context->activeDOMObjectsAreSuspended()) { |
suspendIfNeeded(); |