Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / async-callstack-scopes.html
index 614d633..63c72fd 100644 (file)
@@ -67,13 +67,13 @@ function test()
 
     function step2()
     {
-        InspectorTest.runTestFunctionAndWaitUntilPaused(didPaused);
+        InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
     }
 
-    function didPaused()
+    function didPause()
     {
-        var callStackPane = WebInspector.inspectorView.currentPanel().sidebarPanes.callstack;
-        var scopeChainPane = WebInspector.inspectorView.currentPanel().sidebarPanes.scopechain;
+        var callStackPane = WebInspector.panels.sources.sidebarPanes.callstack;
+        var scopeChainPane = WebInspector.panels.sources.sidebarPanes.scopechain;
         InspectorTest.addResult("Dumping call frames with scope chains:\n");
         printNextCallFrame();