Index: Source/core/css/Rect.cpp |
diff --git a/Source/core/css/Rect.cpp b/Source/core/css/Rect.cpp |
index c21ef1b5dd1ee060dcd31147f2901c824ec0b9a6..ac9e128e4a76c74fdaff35835a917364f520c16c 100644 |
--- a/Source/core/css/Rect.cpp |
+++ b/Source/core/css/Rect.cpp |
@@ -9,7 +9,7 @@ namespace blink { |
DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(RectBase) |
-void RectBase::trace(Visitor* visitor) |
+DEFINE_TRACE(RectBase) |
{ |
visitor->trace(m_top); |
visitor->trace(m_right); |