| Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| index 1ac74d48e0a54f881f135228e8e5e401df61bbc1..2e2ea9f64b080f6187b90061fb30fe8405b40fa4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -136,6 +136,7 @@ class CORE_EXPORT ScriptState : public RefCounted<ScriptState> {
|
|
|
| v8::Isolate* GetIsolate() const { return isolate_; }
|
| DOMWrapperWorld& World() const { return *world_; }
|
| + // DEPRECATED: Use ExecutionContext::From instead
|
| virtual ExecutionContext* GetExecutionContext() const;
|
|
|
| // This can return an empty handle if the v8::Context is gone.
|
|
|