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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt

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: 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/compile-script-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt
index 7129056a6d6332d9bba6f16f7fe9306ee2e43dbc..6c1e6bd5b660268a19b0235067ef0d8eadae05b1 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/compile-script-expected.txt
@@ -6,9 +6,11 @@ v8.compile Properties:
data : {
columnNumber : <number>
lineNumber : <number>
+ stackTrace : <object>
url :
}
endTime : <number>
+ stackTrace : <object>
startTime : <number>
type : "v8.compile"
}
@@ -18,9 +20,11 @@ v8.compile Properties:
data : {
columnNumber : <number>
lineNumber : <number>
+ stackTrace : <object>
url :
}
endTime : <number>
+ stackTrace : <object>
startTime : <number>
type : "v8.compile"
}

Powered by Google App Engine
This is Rietveld 408576698