| Index: third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.cpp b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| index 066f9919aa6ba9c8c9e0142dbce14f88837653c1..f10d8fcd1b9e9f0b9474d148ba5e18773e1afd9e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| @@ -424,7 +424,7 @@ Node* ContainerNode::replaceChild(Node* newChild,
|
|
|
| // TODO(tkent): According to the specification, we should remove |newChild|
|
| // from its parent here, and create a separated mutation record for it.
|
| - // Refer to imported/wpt/dom/nodes/MutationObserver-childList.html.
|
| + // Refer to external/wpt/dom/nodes/MutationObserver-childList.html.
|
|
|
| // 12. If child’s parent is not null, run these substeps:
|
| // 1. Set removedNodes to a list solely containing child.
|
|
|