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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
index d4425a21588c52702a1801477f2a434f282ab787..257b114f071f6a444ae4a418c5c3f95689a017ab 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-middle-run.html
@@ -12,7 +12,7 @@ function testFunction()
function timeoutOffCapturing()
{
setTimeout(timeoutOffCapturing2, 0);
- debugger; // Will start capturing async stacks from this point.
+ debugger;
setTimeout(timeoutOnCapturing, 0);
}

Powered by Google App Engine
This is Rietveld 408576698