Chromium Code Reviews| Index: Source/core/css/Rect.h |
| diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h |
| index 08fdbf9fe6debbc2fdbe425eb7fe01862329ea24..4ed5602bbe85f6fc9d789b90642b7519b6a8d306 100644 |
| --- a/Source/core/css/Rect.h |
| +++ b/Source/core/css/Rect.h |
| @@ -48,7 +48,7 @@ public: |
| && compareCSSValuePtr(m_bottom, other.m_bottom); |
| } |
| - void trace(Visitor*); |
| + DECLARE_TRACE(); |
| protected: |
| RectBase() { } |