| 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 28053099b0518eb74396882749bac50cb4de0c4e..6826b6c0896655f00eaa4be1a8d2436a5fb077ef 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
|
| @@ -165,8 +165,8 @@ void ScheduledAction::Execute(LocalFrame* frame) {
|
| } else {
|
| DVLOG(1) << "ScheduledAction::execute " << this
|
| << ": executing from source";
|
| - frame->Script().ExecuteScriptAndReturnValue(script_state_->GetContext(),
|
| - ScriptSourceCode(code_));
|
| + frame->GetScriptController().ExecuteScriptAndReturnValue(
|
| + script_state_->GetContext(), ScriptSourceCode(code_));
|
| }
|
|
|
| // The frame might be invalid at this point because JavaScript could have
|
|
|