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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html

Issue 2150803002: [DevTools] Add callFrame to CPUProfileNode & SamplingHeapProfileNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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/trace-event-self-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
index 02dc07ec6f3861206cd0b2d6a51c285f87e0e68e..ef8ebe51d30a32331f9a633dcc1f9453dad82cf5 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
@@ -263,18 +263,18 @@ function test()
startTime: 420,
endTime: 430,
head: {
- functionName: "(root)",
+ callFrame: { functionName: "(root)" },
id: 1,
children: [{
- functionName: "foo",
+ callFrame: { functionName: "foo" },
id: 2,
children: [{
- functionName: "bar",
+ callFrame: { functionName: "bar" },
id: 3,
children: []
},
{
- functionName: "baz",
+ callFrame: { functionName: "baz" },
id: 4,
children: []
}]

Powered by Google App Engine
This is Rietveld 408576698