| 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 dbbf9acc733e76630b44d6686a8523860eebdd23..9fca9851df3547bfd980942d025c19cf73ba2787 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp
|
| @@ -136,7 +136,7 @@ SuspendableScriptExecutor* SuspendableScriptExecutor::create(
|
| const HeapVector<ScriptSourceCode>& sources,
|
| bool userGesture,
|
| WebScriptExecutionCallback* callback) {
|
| - ScriptState* scriptState = ScriptState::forWorld(frame, *world);
|
| + ScriptState* scriptState = toScriptState(frame, *world);
|
| return new SuspendableScriptExecutor(
|
| frame, scriptState, callback,
|
| new WebScriptExecutor(sources, world->worldId(), userGesture));
|
|
|