| 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 85d783016eae960cb377b67d700b6dd943560b32..f683bf291b8898c55279245609b78b457436e6ef 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
|
| @@ -113,6 +113,7 @@ public:
|
| bool evalEnabled() const;
|
| void setEvalEnabled(bool);
|
| ScriptValue getFromGlobalObject(const char* name);
|
| + ScriptValue getFromExtrasExports(const char* name);
|
|
|
| protected:
|
| ScriptState(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
|
|