Index: LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html |
diff --git a/LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html b/LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html |
index 02fe220a0b022a8eff34a12ddf0daae02c1a0169..05dacc7dc2dac0c0783d3c19fe735df576c4d686 100644 |
--- a/LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html |
+++ b/LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html |
@@ -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) |
{ |
} |