Index: Source/core/html/imports/LinkImport.h |
diff --git a/Source/core/html/imports/LinkImport.h b/Source/core/html/imports/LinkImport.h |
index 64d7a09d879c126b1c29e7a9f2fffb6e05236475..970b2c82ef9d295d776357cc2d96cfa2663f39ac 100644 |
--- a/Source/core/html/imports/LinkImport.h |
+++ b/Source/core/html/imports/LinkImport.h |
@@ -59,7 +59,7 @@ public: |
virtual void process() override; |
virtual Type type() const override { return Import; } |
virtual bool hasLoaded() const override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
virtual void ownerInserted() override; |
// HTMLImportChildClient |