Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / highlight-node.html
index 4b75e5c..faf299d 100644 (file)
@@ -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);