Chromium Code Reviews| Index: Source/core/testing/LayerRectList.cpp |
| diff --git a/Source/core/testing/LayerRectList.cpp b/Source/core/testing/LayerRectList.cpp |
| index 4349e798a43a405fa000ee587362522a67b96c75..8d807f22f9038273540422c1158f4a7ddff6d681 100644 |
| --- a/Source/core/testing/LayerRectList.cpp |
| +++ b/Source/core/testing/LayerRectList.cpp |
| @@ -41,9 +41,11 @@ LayerRectList::LayerRectList() |
| { |
| } |
| +#if !ENABLE(OILPAN) |
| LayerRectList::~LayerRectList() |
| { |
| } |
| +#endif |
| unsigned LayerRectList::length() const |
| { |