diff options
Diffstat (limited to 'WebCore/bindings/js/JSCustomVoidCallback.h')
-rw-r--r-- | WebCore/bindings/js/JSCustomVoidCallback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/js/JSCustomVoidCallback.h b/WebCore/bindings/js/JSCustomVoidCallback.h index 4b8d7ea..8ffee48 100644 --- a/WebCore/bindings/js/JSCustomVoidCallback.h +++ b/WebCore/bindings/js/JSCustomVoidCallback.h @@ -53,6 +53,7 @@ private: JSCustomVoidCallback(JSC::JSObject* callback, JSDOMGlobalObject*); JSCallbackData* m_data; + ScriptExecutionContext* m_scriptExecutionContext; }; } // namespace WebCore |