Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / watch-expressions-panel-switch.html
index 02fe220..05dacc7 100644 (file)
@@ -45,10 +45,10 @@ var test = function()
         InspectorTest.addSniffer(WebInspector.WatchExpressionsSection.prototype, "update", watchExpressionsUpdated);
         // Switch to another panel to test how watch expressions evaluation together with panel switching.
         WebInspector.inspectorView.showPanel("network");
-        InspectorTest.runTestFunctionAndWaitUntilPaused(didPaused);
+        InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
     }
 
-    function didPaused(callFrames)
+    function didPause(callFrames)
     {
     }