| Index: LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
|
| diff --git a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html b/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
|
| index c5e3e8775d69deb2cd6e7e4bc252206bcad269bf..21cc378a77577307550638489516930b6e672e47 100644
|
| --- a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
|
| +++ b/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
|
| @@ -32,7 +32,7 @@ function test()
|
| {
|
| function nodeSelected(node)
|
| {
|
| - RuntimeAgent.evaluate("dumpInspectorHighlightRects()", InspectorTest.completeTest);
|
| + InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
|
| }
|
|
|
| InspectorTest.selectNodeWithId("svg-root", nodeSelected);
|
|
|