Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp |
index b2512ed573b34027997e7dd7424a8a0b26f52a91..e217b8a5820fde569b8679d974349a6f9e963708 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp |
@@ -135,7 +135,7 @@ void ScheduledAction::execute(WorkerGlobalScope* worker) |
createLocalHandlesForArgs(&info); |
V8ScriptRunner::callFunction(m_function.newLocal(m_scriptState->isolate()), worker, m_scriptState->context()->Global(), info.size(), info.data(), m_scriptState->isolate()); |
} else { |
- worker->script()->evaluate(m_code); |
+ worker->scriptController()->evaluate(m_code); |
} |
} |