Chromium Code Reviews| Index: Source/WebCore/dom/ChildNodeList.cpp |
| =================================================================== |
| --- Source/WebCore/dom/ChildNodeList.cpp (revision 122245) |
| +++ Source/WebCore/dom/ChildNodeList.cpp (working copy) |
| @@ -28,7 +28,7 @@ |
| namespace WebCore { |
| ChildNodeList::ChildNodeList(PassRefPtr<Node> node) |
| - : DynamicNodeList(node) |
| + : DynamicNodeList(node, RootedAtNode, DoNotInvalidateOnAttributeChange) |
| { |
| } |