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

Unified Diff: LayoutTests/dart/inspector/debugger.html

Issue 23710032: Switch the DevTools to support a true Dart REPL (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: PTAL Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/dart/inspector/debugger-code-in-html.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/debugger.html
diff --git a/LayoutTests/dart/inspector/debugger.html b/LayoutTests/dart/inspector/debugger.html
index 04b6034f2a268dc2123d5101a361560b86a3dce9..4f7ed9ea8454fda7136355c514277846e5dbde3c 100644
--- a/LayoutTests/dart/inspector/debugger.html
+++ b/LayoutTests/dart/inspector/debugger.html
@@ -42,7 +42,7 @@ function test()
function didPauseInDart(callFrames)
{
- InspectorTest.captureStackTrace(callFrames);
+ InspectorTest.captureStackTrace(callFrames, false, true);
InspectorTest.resumeExecution(resumedDart);
}
@@ -53,7 +53,7 @@ function test()
function didPauseInJS(callFrames)
{
- InspectorTest.captureStackTrace(callFrames);
+ InspectorTest.captureStackTrace(callFrames, false, true);
InspectorTest.resumeExecution(next);
}
},
@@ -72,7 +72,7 @@ function test()
function didPause(callFrames)
{
// Should pause in JS.
- InspectorTest.captureStackTrace(callFrames);
+ InspectorTest.captureStackTrace(callFrames, false, true);
InspectorTest.resumeExecution(next);
}
}
« no previous file with comments | « no previous file | LayoutTests/dart/inspector/debugger-code-in-html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698