| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| index a6868e5ebaae865d953a750241d7a3bed53c9838..2c52799590800993fcaf60d17949e19c097f8227 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
|
| @@ -7,7 +7,6 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| -#include "core/frame/LocalFrame.h"
|
|
|
| namespace blink {
|
|
|
| @@ -81,12 +80,4 @@ LocalDOMWindow* ScriptState::domWindow() const {
|
| return toLocalDOMWindow(context());
|
| }
|
|
|
| -ScriptState* ScriptState::forMainWorld(LocalFrame* frame) {
|
| - return toScriptStateForMainWorld(frame);
|
| -}
|
| -
|
| -ScriptState* ScriptState::forWorld(LocalFrame* frame, DOMWrapperWorld& world) {
|
| - return toScriptState(frame, world);
|
| -}
|
| -
|
| } // namespace blink
|
|
|