Chromium Code Reviews| Index: Source/core/css/Rect.h |
| diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h |
| index 71417e0da25f7043802a9cca7bc953dae467622f..59748e02bb6c289b600d8783838cdb65e2d9a48f 100644 |
| --- a/Source/core/css/Rect.h |
| +++ b/Source/core/css/Rect.h |
| @@ -49,7 +49,9 @@ public: |
| void trace(Visitor*); |
| +#if !ENABLE(OILPAN) |
| ~RectBase() { } |
| +#endif |
| protected: |
| RectBase() { } |