| Index: Source/core/dom/shadow/ElementShadow.cpp
|
| diff --git a/Source/core/dom/shadow/ElementShadow.cpp b/Source/core/dom/shadow/ElementShadow.cpp
|
| index 8be13446f18645649efdd25a428a4ea025891357..c8439e40b8bb83535fc569003f20416b5481c487 100644
|
| --- a/Source/core/dom/shadow/ElementShadow.cpp
|
| +++ b/Source/core/dom/shadow/ElementShadow.cpp
|
| @@ -163,6 +163,7 @@ ShadowRoot& ElementShadow::addShadowRoot(Element& shadowHost, ShadowRoot::Shadow
|
| return *m_shadowRoots.head();
|
| }
|
|
|
| +#if !ENABLE(OILPAN)
|
| void ElementShadow::removeDetachedShadowRoots()
|
| {
|
| // Dont protect this ref count.
|
| @@ -180,6 +181,7 @@ void ElementShadow::removeDetachedShadowRoots()
|
| }
|
|
|
| }
|
| +#endif
|
|
|
| void ElementShadow::attach(const Node::AttachContext& context)
|
| {
|
|
|