| 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 21cc378a77577307550638489516930b6e672e47..8d1668ba9c5c21d2c5194cd0e02b6111f6f5d65a 100644
 | 
| --- a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
 | 
| +++ b/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
 | 
| @@ -30,12 +30,7 @@ function startTest()
 | 
|  
 | 
|  function test()
 | 
|  {
 | 
| -    function nodeSelected(node)
 | 
| -    {
 | 
| -        InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
 | 
| -    }
 | 
| -
 | 
| -    InspectorTest.selectNodeWithId("svg-root", nodeSelected);
 | 
| +    InspectorTest.dumpInspectorHighlightJSON("svg-root", InspectorTest.completeTest.bind(InspectorTest));
 | 
|  }
 | 
|  
 | 
|  </script>
 | 
| 
 |