Index: Source/core/frame/Frame.h |
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h |
index 0091d73318771cd9704df00d8756d66d2e28bb8e..9a8b309c09fe24816c411883256be9edb8f99fb6 100644 |
--- a/Source/core/frame/Frame.h |
+++ b/Source/core/frame/Frame.h |
@@ -55,7 +55,7 @@ class Frame : public RefCountedWillBeGarbageCollectedFinalized<Frame> { |
public: |
virtual ~Frame(); |
- virtual void trace(Visitor*); |
+ DECLARE_VIRTUAL_TRACE(); |
virtual bool isLocalFrame() const { return false; } |
virtual bool isRemoteFrame() const { return false; } |