Index: Source/modules/websockets/NewWebSocketChannelImpl.cpp |
diff --git a/Source/modules/websockets/NewWebSocketChannelImpl.cpp b/Source/modules/websockets/NewWebSocketChannelImpl.cpp |
index d3a016f5017d0a88d4a20acfca881b97372743c6..25dd83170e6449fbc869656297623f39be7f3adb 100644 |
--- a/Source/modules/websockets/NewWebSocketChannelImpl.cpp |
+++ b/Source/modules/websockets/NewWebSocketChannelImpl.cpp |
@@ -254,7 +254,7 @@ void NewWebSocketChannelImpl::resume() |
NewWebSocketChannelImpl::Message::Message(const String& text) |
: type(MessageTypeText) |
- , text(text.utf8(String::StrictConversionReplacingUnpairedSurrogatesWithFFFD)) { } |
+ , text(text.utf8(StrictUTF8ConversionReplacingUnpairedSurrogatesWithFFFD)) { } |
NewWebSocketChannelImpl::Message::Message(PassRefPtr<BlobDataHandle> blobDataHandle) |
: type(MessageTypeBlob) |