Index: Source/core/html/parser/HTMLResourcePreloader.h |
diff --git a/Source/core/html/parser/HTMLResourcePreloader.h b/Source/core/html/parser/HTMLResourcePreloader.h |
index cab3da7e5716089e7317d139c450be0d4cd04042..e1b44b71890a4db7e6fe30a4c7030380ffcb4703 100644 |
--- a/Source/core/html/parser/HTMLResourcePreloader.h |
+++ b/Source/core/html/parser/HTMLResourcePreloader.h |
@@ -90,7 +90,7 @@ class HTMLResourcePreloader final : public NoBaseWillBeGarbageCollected<HTMLReso |
WTF_MAKE_NONCOPYABLE(HTMLResourcePreloader); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
static PassOwnPtrWillBeRawPtr<HTMLResourcePreloader> create(Document&); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
void takeAndPreload(PreloadRequestStream&); |