| 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 de6358c4dd428f4be245cc83c5332be925fdaf33..ba02bfadb083055fa0ab4262d98c8dffee0ad1fd 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -149,8 +149,6 @@ class CORE_EXPORT ScriptState : public RefCounted<ScriptState> {
|
| V8PerContextData* PerContextData() const { return per_context_data_.get(); }
|
| void DisposePerContextData();
|
|
|
| - ScriptValue GetFromExtrasExports(const char* name);
|
| -
|
| protected:
|
| ScriptState(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
|
|
|
|