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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-tag-1.html

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing caseq@ comments Created 4 years, 11 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/tracing/timeline-script-tag-1.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-tag-1.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-tag-1.html
index 65875fd712fcb27189ffd07541b0f463856500e3..ee427862bdf4bfc75c468f4eb67c61ced748e04f 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-tag-1.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-tag-1.html
@@ -13,6 +13,7 @@ function performActions()
function test()
{
+ WebInspector.panels.timeline._captureJSProfileSetting.set(false);
InspectorTest.startTimeline(step1);
function step1()
{

Powered by Google App Engine
This is Rietveld 408576698