Chromium Code Reviews| Index: Source/core/css/CSSBasicShapes.h |
| diff --git a/Source/core/css/CSSBasicShapes.h b/Source/core/css/CSSBasicShapes.h |
| index 78b84df13d793817ce10a33bcdce42719be87afb..0c557e265ea6a2d30e5192e9e573ec44f9785f02 100644 |
| --- a/Source/core/css/CSSBasicShapes.h |
| +++ b/Source/core/css/CSSBasicShapes.h |
| @@ -60,8 +60,10 @@ public: |
| virtual void trace(Visitor* visitor) { visitor->trace(m_layoutBox); } |
| +#if !ENABLE(OILPAN) |
|
haraken
2014/03/11 10:26:37
I'm not that happy to have a lot of ENABLE(OILPAN)
Erik Corry
2014/03/11 10:34:26
This is unfortunate, but the warning from the clan
|
| public: |
| virtual ~CSSBasicShape() { } |
| +#endif |
| protected: |
| CSSBasicShape() { } |