Index: Source/core/frame/TopControls.cpp |
diff --git a/Source/core/frame/TopControls.cpp b/Source/core/frame/TopControls.cpp |
index 7c6688878dcdbe1b2ccac4a5074912348e9d36a2..64c65bf3fe2720f098259a055eb993e15c293b51 100644 |
--- a/Source/core/frame/TopControls.cpp |
+++ b/Source/core/frame/TopControls.cpp |
@@ -28,7 +28,7 @@ TopControls::~TopControls() |
{ |
} |
-void TopControls::trace(Visitor* visitor) |
+DEFINE_TRACE(TopControls) |
{ |
visitor->trace(m_frameHost); |
} |