| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
|
| index 852edd4a17f8af23bdf2640f416b4c326f10665c..bebfd787701d6191b799479d653ef70355495769 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-js-line-level-profile.html
|
| @@ -20,8 +20,7 @@ function test()
|
| id: 1,
|
| callFrame: { functionName: "foo1" },
|
| hitCount: 100,
|
| - positionTicks: [{line:1, ticks:10}, {line:2, ticks:20}, {line:3, ticks:30}, {line:4, ticks:40}],
|
| - children: []
|
| + positionTicks: [{line:1, ticks:10}, {line:2, ticks:20}, {line:3, ticks:30}, {line:4, ticks:40}]
|
| },
|
| {
|
| id: 2,
|
| @@ -41,8 +40,7 @@ function test()
|
| id: 4,
|
| callFrame: { functionName: "bar" },
|
| hitCount: 300,
|
| - positionTicks: [{line:55, ticks:22}],
|
| - children: []
|
| + positionTicks: [{line:55, ticks:22}]
|
| },
|
| {
|
| id: 5,
|
|
|