| Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| index b65d36ee1eaaa025bef2573d7383b1af7c38aa60..a24629292919672eb53c5f71f22dd534c8662161 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -51,9 +51,12 @@ class ScheduledAction final
|
|
|
| public:
|
| static ScheduledAction* create(ScriptState*,
|
| + ExecutionContext* target,
|
| const ScriptValue& handler,
|
| const Vector<ScriptValue>& arguments);
|
| - static ScheduledAction* create(ScriptState*, const String& handler);
|
| + static ScheduledAction* create(ScriptState*,
|
| + ExecutionContext* target,
|
| + const String& handler);
|
|
|
| ~ScheduledAction();
|
| void dispose();
|
|
|