Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index dafcc8d26a0a3b370e9f6554f3df0b06f2b30a5f..bfb053214586b9f98a5d8cec9d417d639c10e791 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -1008,8 +1008,8 @@ |
'websockets/CloseEvent.h', |
'websockets/DOMWebSocket.cpp', |
'websockets/DOMWebSocket.h', |
- 'websockets/NewWebSocketChannelImpl.cpp', |
- 'websockets/NewWebSocketChannelImpl.h', |
+ 'websockets/DocumentWebSocketChannel.cpp', |
+ 'websockets/DocumentWebSocketChannel.h', |
'websockets/WebSocketChannel.cpp', |
'websockets/WebSocketChannel.h', |
'websockets/WebSocketChannelClient.h', |
@@ -1052,7 +1052,7 @@ |
'serviceworkers/ResponseTest.cpp', |
'serviceworkers/ServiceWorkerContainerTest.cpp', |
'websockets/DOMWebSocketTest.cpp', |
- 'websockets/NewWebSocketChannelImplTest.cpp', |
+ 'websockets/DocumentWebSocketChannelTest.cpp', |
], |
}, |
} |