| 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"));
|
| }
|
| }
|
|
|