summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSCustomVoidCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSCustomVoidCallback.h')
-rw-r--r--WebCore/bindings/js/JSCustomVoidCallback.h1
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