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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml b/third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml
index d08c3af789844bf17fb42ddbecf6ef9c2ad0d335..950eeadf02309e2ee12ec0a06afae02552b60e5c 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml
+++ b/third_party/WebKit/LayoutTests/inspector/elements/node-xpath.xhtml
@@ -39,7 +39,7 @@ function test()
function dumpNodeData(node, prefix)
{
- var result = prefix + "'" + node.nodeName() + "':'" + node.nodeValue() + "' - '" + WebInspector.DOMPresentationUtils.xPath(node, true) + "'";
+ var result = prefix + "'" + node.nodeName() + "':'" + node.nodeValue() + "' - '" + Components.DOMPresentationUtils.xPath(node, true) + "'";
InspectorTest.addResult(result.replace(/\r?\n/g, "\\n"));
}
}

Powered by Google App Engine
This is Rietveld 408576698