summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/ScheduledAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/ScheduledAction.h')
-rw-r--r--WebCore/bindings/js/ScheduledAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/ScheduledAction.h b/WebCore/bindings/js/ScheduledAction.h
index 3b7e001..313451a 100644
--- a/WebCore/bindings/js/ScheduledAction.h
+++ b/WebCore/bindings/js/ScheduledAction.h
@@ -55,7 +55,7 @@ namespace WebCore {
{
}
- void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue thisValue);
+ void executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue thisValue, ScriptExecutionContext*);
void execute(Document*);
#if ENABLE(WORKERS)
void execute(WorkerContext*);