Index: Source/modules/websockets/WebSocket.cpp |
diff --git a/Source/modules/websockets/WebSocket.cpp b/Source/modules/websockets/WebSocket.cpp |
index b915d9ab170cdd9678cfd10e25296d7107d1cfcb..9dbd92d63538ae8428e97eb3bc011d7e5079a179 100644 |
--- a/Source/modules/websockets/WebSocket.cpp |
+++ b/Source/modules/websockets/WebSocket.cpp |
@@ -450,7 +450,7 @@ void WebSocket::setBinaryType(const String& binaryType) |
const AtomicString& WebSocket::interfaceName() const |
{ |
- return eventNames().interfaceForWebSocket; |
+ return EventTargetNames::WebSocket; |
} |
ExecutionContext* WebSocket::executionContext() const |