| Index: Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
|
| index 8e64be1e07da442851ee6fc5cdd71d6af010eee0..0a331459c4720bfd12cc6cc05657cbbbb3264e6b 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -82,7 +82,7 @@ public:
|
| virtual void dispatchLoad() override;
|
| virtual SandboxFlags sandboxFlags() const override { return m_sandboxFlags; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
|
|
|