| Index: Source/core/html/imports/HTMLImportTreeRoot.h
|
| diff --git a/Source/core/html/imports/HTMLImportTreeRoot.h b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| index 73d2aa18e3ba5464a95b8e7184f47c0f408b7473..34e53d861a120a4d44751eb9848e9fe5d68f94a6 100644
|
| --- a/Source/core/html/imports/HTMLImportTreeRoot.h
|
| +++ b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| @@ -31,7 +31,7 @@ public:
|
| HTMLImportChild* add(PassOwnPtrWillBeRawPtr<HTMLImportChild>);
|
| HTMLImportChild* find(const KURL&) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit HTMLImportTreeRoot(Document*);
|
|
|