Chromium Code Reviews| Index: Source/core/css/Rect.h |
| diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h |
| index a1f57310166127bd7658245e0e3076eb7dd7ef49..71417e0da25f7043802a9cca7bc953dae467622f 100644 |
| --- a/Source/core/css/Rect.h |
| +++ b/Source/core/css/Rect.h |
| @@ -28,7 +28,6 @@ |
| namespace WebCore { |
| class RectBase : public RefCountedWillBeGarbageCollected<RectBase> { |
| - DECLARE_GC_INFO; |
| public: |
| CSSPrimitiveValue* top() const { return m_top.get(); } |
| CSSPrimitiveValue* right() const { return m_right.get(); } |