| Index: third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| index a06f14070bc39a7dbd316781550ee876e82e72c2..2e9effb279e86e68e638c42581dd6ae3b2d6f1de 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| @@ -560,7 +560,7 @@ void DocumentWebSocketChannel::didReceiveData(WebSocketHandle* handle,
|
| frame.payloadLength);
|
| if (m_receivingMessageTypeIsText) {
|
| String message = m_receivingMessageData.isEmpty()
|
| - ? emptyString()
|
| + ? emptyString
|
| : String::fromUTF8(m_receivingMessageData.data(),
|
| m_receivingMessageData.size());
|
| m_receivingMessageData.clear();
|
|
|