| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index 5cdcf5625130e3d938f93f241bd7d30a502c179f..664b7c39dc66f2fb9c172778f3b36fb3b58df31e 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -54,7 +54,7 @@ class ScriptCallStack;
|
| class ExecutionContext
|
| : public ContextLifecycleNotifier, public WillBeHeapSupplementable<ExecutionContext> {
|
| public:
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| virtual bool isDocument() const { return false; }
|
| virtual bool isWorkerGlobalScope() const { return false; }
|
|
|