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

Unified Diff: LayoutTests/inspector/debugger/debugger-return-value.html

Issue 74063002: DevTools: Support asynchronous call stacks on backend. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 7 years, 1 month 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/debugger/debugger-return-value.html
diff --git a/LayoutTests/inspector/debugger/debugger-return-value.html b/LayoutTests/inspector/debugger/debugger-return-value.html
index 12dd4360e38a9ca5558ebcf7241e2493f8791aca..73e6a0d602dc3f7e22c3c5083c645b3d17b39d1b 100644
--- a/LayoutTests/inspector/debugger/debugger-return-value.html
+++ b/LayoutTests/inspector/debugger/debugger-return-value.html
@@ -35,7 +35,7 @@ var test = function()
WebInspector.panels.sources._stepOverButton.element.click();
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
} else {
- InspectorTest.captureStackTraceExtended(callFrames);
+ InspectorTest.captureStackTrace(callFrames, { printReturnValue: true });
InspectorTest.completeDebuggerTest();
}
++stepCount;

Powered by Google App Engine
This is Rietveld 408576698