| Index: LayoutTests/inspector/elements/highlight-node.html
|
| diff --git a/LayoutTests/inspector/elements/highlight-node.html b/LayoutTests/inspector/elements/highlight-node.html
|
| index 4b75e5c31d14bd2a65a252cc2b8cfa9fe2259ec2..faf299d72b19c5e303083158cfc6634696cfec55 100644
|
| --- a/LayoutTests/inspector/elements/highlight-node.html
|
| +++ b/LayoutTests/inspector/elements/highlight-node.html
|
| @@ -34,7 +34,7 @@ function test()
|
| {
|
| function nodeSelected(node)
|
| {
|
| - RuntimeAgent.evaluate("dumpInspectorHighlightRects()", InspectorTest.completeTest);
|
| + InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
|
|
| InspectorTest.selectNodeWithId("inspectedElement", nodeSelected);
|
|
|