Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp |
diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp |
index 14df233ac47323d7cf12a2f971bc3d3121d5c549..73b697cb371464c69159e7a5fbca0127d615d0d2 100644 |
--- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp |
+++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp |
@@ -680,7 +680,7 @@ TEST_F(DocumentWebSocketChannelTest, failFromWebSocket) |
EXPECT_CALL(*channelClient(), didClose(WebSocketChannelClient::ClosingHandshakeIncomplete, WebSocketChannel::CloseEventCodeAbnormalClosure, String())); |
} |
- channel()->fail("fail message from WebSocket", ErrorMessageLevel, nullptr); |
+ channel()->fail("fail message from WebSocket", ErrorMessageLevel, SourceLocation::create(String(), 0, 0, nullptr)); |
} |
} // namespace |