Index: Source/core/dom/shadow/ElementShadow.h |
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
index 69fc5670e75078ab031a74495da639777d330785..da98542c4d9e265b738f13e8cbf885be27d97a24 100644 |
--- a/Source/core/dom/shadow/ElementShadow.h |
+++ b/Source/core/dom/shadow/ElementShadow.h |
@@ -76,7 +76,9 @@ public: |
private: |
ElementShadow(); |
+#if !ENABLE(OILPAN) |
void removeDetachedShadowRoots(); |
+#endif |
void distribute(); |
void clearDistribution(); |