| Index: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
|
| index e2ab4794e875cef26f7c24bb16336c85eb5ee178..494994bf88ee8f5c382442a5bc0cc44142efaf77 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
|
| @@ -41,7 +41,8 @@ InspectorTest.timelinePropertyFormatters = {
|
| finishTime: "formatAsTypeName",
|
| thread: "formatAsTypeName",
|
| allottedMilliseconds: "formatAsTypeName",
|
| - timedOut: "formatAsTypeName"
|
| + timedOut: "formatAsTypeName",
|
| + networkTime: "formatAsTypeName",
|
| };
|
|
|
| InspectorTest.InvalidationFormatters = {
|
|
|