| Index: Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| diff --git a/Source/modules/websockets/DocumentWebSocketChannel.cpp b/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| index c8bdf824043c55bfb76fb2347a0f8b841f53290a..505b6a890fe144e74bcb2578905af05ca8368464 100644
|
| --- a/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| +++ b/Source/modules/websockets/DocumentWebSocketChannel.cpp
|
| @@ -268,7 +268,7 @@ void DocumentWebSocketChannel::disconnect()
|
|
|
| DocumentWebSocketChannel::Message::Message(const String& text)
|
| : type(MessageTypeText)
|
| - , text(text.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD)) { }
|
| + , text(text.utf8()) { }
|
|
|
| DocumentWebSocketChannel::Message::Message(PassRefPtr<BlobDataHandle> blobDataHandle)
|
| : type(MessageTypeBlob)
|
|
|