Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index c698bc80f8cc1db26c7ad5ab43404ea32ae7c54e..fa04fc4a0aac3e32b9c267a36fb8ea864cca7ff7 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -36,7 +36,7 @@ class HTMLObjectElement final : public HTMLPlugInElement, public FormAssociatedE |
public: |
static PassRefPtrWillBeRawPtr<HTMLObjectElement> create(Document&, HTMLFormElement*, bool createdByParser); |
virtual ~HTMLObjectElement(); |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
const String& classId() const { return m_classId; } |