Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / hide-shortcut.html
index b0d6588..93e46cc 100644 (file)
@@ -15,7 +15,7 @@ function test()
     InspectorTest.runTestSuite([
         function testSetUp(next)
         {
-            treeOutline = WebInspector.panels.elements.treeOutline;
+            treeOutline = InspectorTest.firstElementsTreeOutline();
 
             InspectorTest.nodeWithId("parent-node", callback);