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