| Index: Source/bindings/core/v8/ScheduledAction.h
|
| diff --git a/Source/bindings/core/v8/ScheduledAction.h b/Source/bindings/core/v8/ScheduledAction.h
|
| index aac3a9dd8c1416ae6eaa433e3417def36c09f421..8020f079d5dae1ca1b42adb29c1ad4448c93a606 100644
|
| --- a/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -52,7 +52,7 @@ public:
|
| static PassOwnPtrWillBeRawPtr<ScheduledAction> create(ScriptState*, const String& handler);
|
|
|
| ~ScheduledAction();
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| void execute(ExecutionContext*);
|
|
|
|
|