| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| index a7372e67c1d606ab01f60c6ebecb41f394292175..bebcfff4c74b92141d8140c5d7b12580cf39a31a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| @@ -40,7 +40,7 @@ function test()
|
| var record = InspectorTest.findFirstTimelineRecord("ResourceReceivedData");
|
| if (record) {
|
| var data = record.traceEvent().args["data"];
|
| - if (data && typeof data.encodedDataLength === "number")
|
| + if (data && typeof data["encodedDataLength"] === "number")
|
| InspectorTest.addResult("Resource received data has length, test passed.");
|
| }
|
| InspectorTest.completeTest();
|
|
|