| Index: Source/WebCore/dom/ContainerNodeAlgorithms.cpp
|
| ===================================================================
|
| --- Source/WebCore/dom/ContainerNodeAlgorithms.cpp (revision 128789)
|
| +++ Source/WebCore/dom/ContainerNodeAlgorithms.cpp (working copy)
|
| @@ -110,7 +110,7 @@
|
| void ChildFrameDisconnector::collectDescendant(ElementShadow* shadow)
|
| {
|
| for (ShadowRoot* root = shadow->youngestShadowRoot(); root; root = root->olderShadowRoot())
|
| - collectDescendant(root);
|
| + collectDescendant(root, IncludeRoot);
|
| }
|
|
|
| void ChildFrameDisconnector::Target::disconnect()
|
|
|