| Index: LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
|
| diff --git a/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html b/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
|
| index 628adb10bd21bc8b6851d691d15a29bea4d4d06b..8e5677962b876960bf0ef5013e95695f366d5165 100644
|
| --- a/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
|
| +++ b/LayoutTests/http/tests/inspector/tracing/timeline-xhr-event.html
|
| @@ -20,8 +20,8 @@ function test()
|
|
|
| function finish()
|
| {
|
| - InspectorTest.printTimelineRecords("XHRReadyStateChange");
|
| - InspectorTest.printTimelineRecords("XHRLoad");
|
| + InspectorTest.printTimelineRecordsWithDetails("XHRReadyStateChange");
|
| + InspectorTest.printTimelineRecordsWithDetails("XHRLoad");
|
| InspectorTest.completeTest();
|
| }
|
| }
|
|
|