| 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 17df7afac81285c259a12c657e8fd4045b8c2018..fa6fe66e95892eb2a93ed6e85f1c9e9c3d135ad7 100644
|
| --- a/LayoutTests/http/tests/inspector/timeline-test.js
|
| +++ b/LayoutTests/http/tests/inspector/timeline-test.js
|
| @@ -285,7 +285,7 @@ InspectorTest.FakeFileReader = function(input, delegate, callback)
|
|
|
| InspectorTest.dumpFrame = function(frame)
|
| {
|
| - var fieldsToDump = ["cpuTime", "duration", "startTime", "endTime", "id", "mainThreadFrameId", "isBackground", "timeByCategory", "other", "scripting", "painting", "rendering", "committedFrom"];
|
| + var fieldsToDump = ["cpuTime", "duration", "startTime", "endTime", "id", "mainThreadFrameId", "timeByCategory", "other", "scripting", "painting", "rendering", "committedFrom"];
|
| function formatFields(object)
|
| {
|
| var result = {};
|
|
|