| Index: LayoutTests/inspector/elements/node-xpath.xhtml
|
| diff --git a/LayoutTests/inspector/elements/node-xpath.xhtml b/LayoutTests/inspector/elements/node-xpath.xhtml
|
| index f79ee29d5330d5ae095b9faedf96d208ce15f747..c3748fb5adab7e859d5615e9fa038b163d79ac5e 100644
|
| --- a/LayoutTests/inspector/elements/node-xpath.xhtml
|
| +++ b/LayoutTests/inspector/elements/node-xpath.xhtml
|
| @@ -19,7 +19,7 @@ function test()
|
| if (node.getAttribute("id") === "test-script")
|
| return;
|
| dumpNodeData(node, prefix);
|
| - var children = node.children;
|
| + var children = node.children();
|
| for (var i = 0; children && i < children.length; ++i)
|
| dumpNodes(prefix + " ", children[i]);
|
| if (node === doc)
|
|
|