Index: Source/core/dom/Fullscreen.h |
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h |
index 12674bb8345a4661a3f9bb07b7abbf1f143e12b6..c530376df97573299d136e23c4a8a4c219790e46 100644 |
--- a/Source/core/dom/Fullscreen.h |
+++ b/Source/core/dom/Fullscreen.h |
@@ -88,7 +88,7 @@ public: |
virtual void documentWasDisposed() override; |
#endif |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
private: |
static Fullscreen* fromIfExistsSlow(Document&); |