Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html |
index 9a39313c540c268a8efec12432e852ee7e71b339..29a5270ac4eb37a864838e640d2068151d58c718 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html |
@@ -16,10 +16,10 @@ function test() |
function finish() |
{ |
- InspectorTest.printTimelineRecords("WebSocketCreate"); |
- InspectorTest.printTimelineRecords("WebSocketSendHandshakeRequest"); |
- InspectorTest.printTimelineRecords("WebSocketReceiveHandshakeResponse"); |
- InspectorTest.printTimelineRecords("WebSocketDestroy"); |
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketCreate"); |
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketSendHandshakeRequest"); |
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketReceiveHandshakeResponse"); |
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketDestroy"); |
InspectorTest.completeTest(); |
} |
} |