| Index: Source/bindings/core/v8/ScriptState.h
|
| diff --git a/Source/bindings/core/v8/ScriptState.h b/Source/bindings/core/v8/ScriptState.h
|
| index 5ffe4fc129af6ea84c98fff569da0c1d24486b03..d6a1c72b63e0cb7df0345b97ea568eac2f570e27 100644
|
| --- a/Source/bindings/core/v8/ScriptState.h
|
| +++ b/Source/bindings/core/v8/ScriptState.h
|
| @@ -97,6 +97,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>);
|
|
|