Example #1
0
ElementShadow::~ElementShadow()
{
    removeDetachedShadowRoots();
}
Example #2
0
ElementShadow::~ElementShadow()
{
#if !ENABLE(OILPAN)
    removeDetachedShadowRoots();
#endif
}