Chromium Code Reviews| Index: Source/core/dom/shadow/ElementShadow.h |
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
| index a0d61abcc6f2414dffa158daa6a5e447f9386b4b..8d4d86c8a6131d56ad5152bebae72892de0be3e8 100644 |
| --- a/Source/core/dom/shadow/ElementShadow.h |
| +++ b/Source/core/dom/shadow/ElementShadow.h |
| @@ -74,7 +74,9 @@ public: |
| private: |
| ElementShadow(); |
| +#if !ENABLE(OILPAN) |
| void removeDetachedShadowRoots(); |
| +#endif |
| void distribute(); |
| void clearDistribution(); |