| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index f0f0811c253971e217f42485d18bf450310240cc..ea44deeb399119a837484573f71addcf67be2e75 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -87,7 +87,7 @@ public:
|
| void clearExecutionContext() { m_executionContext = nullptr; }
|
| #endif
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| MediaController(ExecutionContext*);
|
|
|