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

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

Issue 2248963007: DevTools: Make children field of the CpuProfileNode optional in the protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 17a8a92340ac3e5f90b313236158287dc3568dee..0c008205f5054bc92dea86d27d0a1b9c06e19960 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
@@ -275,13 +275,11 @@ function test()
},
{
callFrame: { functionName: "bar" },
- id: 3,
- children: []
+ id: 3
},
{
callFrame: { functionName: "baz" },
- id: 4,
- children: []
+ id: 4
}
],
timestamps: [421000, 422000, 423000, 424000, 425000, 426000, 427000, 428000, 429000],

Powered by Google App Engine
This is Rietveld 408576698