Index: Source/core/html/PluginDocument.h |
diff --git a/Source/core/html/PluginDocument.h b/Source/core/html/PluginDocument.h |
index 4007ffb5d5753c720e19e9ed5bf7a496f0b9a14c..89924666a05e2b3e1ae79c93c21d0cd95a0f9560 100644 |
--- a/Source/core/html/PluginDocument.h |
+++ b/Source/core/html/PluginDocument.h |
@@ -46,7 +46,7 @@ public: |
virtual void detach(const AttachContext& = AttachContext()) override; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
explicit PluginDocument(const DocumentInit&); |