Chromium Code Reviews| Index: bindings/js/ScriptObject.h |
| =================================================================== |
| --- bindings/js/ScriptObject.h (revision 53180) |
| +++ bindings/js/ScriptObject.h (working copy) |
| @@ -47,6 +47,7 @@ |
| ScriptObject(ScriptState*, JSC::JSObject*); |
| ScriptObject() {} |
| JSC::JSObject* jsObject() const { return asObject(jsValue()); } |
| + ScriptState* scriptState() const { return m_scriptState; } |
| bool set(const String& name, const String&); |
| bool set(const char* name, const ScriptObject&); |