Index: Source/bindings/core/v8/ScriptState.h |
diff --git a/Source/bindings/core/v8/ScriptState.h b/Source/bindings/core/v8/ScriptState.h |
index 87e2c9a870695502209fa22df8e706684378167b..70900c474b89b9859212263215bbb58f5162ef08 100644 |
--- a/Source/bindings/core/v8/ScriptState.h |
+++ b/Source/bindings/core/v8/ScriptState.h |
@@ -112,6 +112,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>); |