| Index: LayoutTests/http/tests/inspector/timeline-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/timeline-test.js b/LayoutTests/http/tests/inspector/timeline-test.js
|
| index caca19135703cf84cd5ec8d791ac810862763749..30019dc48becb966ab2e2b0ef6c6e3b10840d24f 100644
|
| --- a/LayoutTests/http/tests/inspector/timeline-test.js
|
| +++ b/LayoutTests/http/tests/inspector/timeline-test.js
|
| @@ -332,7 +332,7 @@ InspectorTest.FakeFileReader = function(input, delegate, callback)
|
|
|
| InspectorTest.dumpFrame = function(frame)
|
| {
|
| - var fieldsToDump = ["cpuTime", "duration", "startTime", "endTime", "id", "mainThreadFrameId", "timeByCategory", "other", "scripting", "painting", "rendering", "committedFrom"];
|
| + var fieldsToDump = ["cpuTime", "duration", "startTime", "endTime", "id", "mainThreadFrameId", "timeByCategory", "other", "scripting", "painting", "rendering", "committedFrom", "idle"];
|
| function formatFields(object)
|
| {
|
| var result = {};
|
|
|