| Index: Source/bindings/core/v8/ScheduledAction.h
|
| diff --git a/Source/bindings/core/v8/ScheduledAction.h b/Source/bindings/core/v8/ScheduledAction.h
|
| index e41c145e6afe92c1b281254567df317eb3cfe64a..78801b7540477c1da71ac63853ab3160fd059027 100644
|
| --- a/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -47,7 +47,7 @@ class WorkerGlobalScope;
|
| class ScheduledAction {
|
| WTF_MAKE_NONCOPYABLE(ScheduledAction);
|
| public:
|
| - ScheduledAction(ScriptState*, v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[], v8::Isolate*);
|
| + ScheduledAction(ScriptState*, const ScriptValue&, const Vector<ScriptValue>&, v8::Isolate*);
|
| ScheduledAction(ScriptState*, const String&, const KURL&, v8::Isolate*);
|
| ~ScheduledAction();
|
|
|
|
|