Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 3dd31e4fd5a5ca281417086f2fcd56cb6a280077..ffb33701f9a130a664f8510bf075d875f0c5a9b4 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -549,7 +549,7 @@ public: |
virtual bool isFrameView() const override { return true; } |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
void notifyPageThatContentAreaWillPaint() const; |
FrameView* parentFrameView() const; |