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

Unified Diff: LayoutTests/inspector/sources/debugger/reveal-execution-line.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/reveal-execution-line.html
diff --git a/LayoutTests/inspector/sources/debugger/reveal-execution-line.html b/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
index ce23aa4ce62a0429e9be034b18f39857d73181cb..930a72c5b1ac9763525e654165079a1084719d5a 100644
--- a/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
+++ b/LayoutTests/inspector/sources/debugger/reveal-execution-line.html
@@ -18,9 +18,9 @@ var test = function()
var executionLineRevealed = false;
InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "revealPosition", didRevealLine);
InspectorTest.addSniffer(WebInspector.JavaScriptSourceFrame.prototype, "setExecutionLine", didSetExecutionLine);
- InspectorTest.runTestFunctionAndWaitUntilPaused(didPaused);
+ InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
- function didPaused(callFrames)
+ function didPause(callFrames)
{
}

Powered by Google App Engine
This is Rietveld 408576698