Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html

Issue 220903002: DevTools: wrap DebuggerAgent.Location with DebuggerModel.Location. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: All tests!!! Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{
}
« no previous file with comments | « LayoutTests/inspector/sources/debugger/skip-stack-frames-steps.html ('k') | Source/devtools/front_end/BreakpointManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698