| Index: sky/engine/core/dom/ExecutionContext.h
|
| diff --git a/sky/engine/core/dom/ExecutionContext.h b/sky/engine/core/dom/ExecutionContext.h
|
| index 0893c46698834d9d0d3b4341828d312a6e550bbc..5d28060004d161992a45885ae312517372fc895b 100644
|
| --- a/sky/engine/core/dom/ExecutionContext.h
|
| +++ b/sky/engine/core/dom/ExecutionContext.h
|
| @@ -55,8 +55,6 @@ class ExecutionContext
|
| : public LifecycleContext<ExecutionContext>
|
| , public Supplementable<ExecutionContext> {
|
| public:
|
| - virtual void trace(Visitor*) override;
|
| -
|
| // Delegating to ExecutionContextClient
|
| bool isDocument() const { return m_client && m_client->isDocument(); }
|
| const KURL& url() const;
|
|
|