| Index: Source/core/css/Rect.h
|
| diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h
|
| index 71417e0da25f7043802a9cca7bc953dae467622f..92ca6def59707f7dbc35e6e5e2febe6f44a5df8c 100644
|
| --- a/Source/core/css/Rect.h
|
| +++ b/Source/core/css/Rect.h
|
| @@ -28,6 +28,7 @@
|
| namespace WebCore {
|
|
|
| class RectBase : public RefCountedWillBeGarbageCollected<RectBase> {
|
| + DECLARE_EMPTY_DESTRUCTOR_WILL_BE_NONE(RectBase);
|
| public:
|
| CSSPrimitiveValue* top() const { return m_top.get(); }
|
| CSSPrimitiveValue* right() const { return m_right.get(); }
|
| @@ -49,8 +50,6 @@ public:
|
|
|
| void trace(Visitor*);
|
|
|
| - ~RectBase() { }
|
| -
|
| protected:
|
| RectBase() { }
|
| RectBase(const RectBase& cloneFrom)
|
|
|