Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.cpp

Issue 2714863003: Replace remaining references to imported/wpt with external/wpt (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharnessreport.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharnessreport.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698