| 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 28a80e44b711e9bc2828e591e1cb972e63b2af23..b65d36ee1eaaa025bef2573d7383b1af7c38aa60 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -56,6 +56,8 @@ class ScheduledAction final
|
| static ScheduledAction* create(ScriptState*, const String& handler);
|
|
|
| ~ScheduledAction();
|
| + void dispose();
|
| +
|
| DECLARE_TRACE();
|
|
|
| void execute(ExecutionContext*);
|
|
|