Chromium Code Reviews| Index: bindings/v8/ScriptObject.h |
| =================================================================== |
| --- bindings/v8/ScriptObject.h (revision 53180) |
| +++ bindings/v8/ScriptObject.h (working copy) |
| @@ -48,6 +48,7 @@ |
| virtual ~ScriptObject() {} |
| v8::Local<v8::Object> v8Object() const; |
| + ScriptState* scriptState() const { return m_scriptState; } |
| bool set(const String& name, const String&); |
| bool set(const char* name, const ScriptObject&); |