| Index: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
|
| index 4d3c811b57ef3c205d144c153c6d179a2b53268a..b4f8767d50b76a9eec3680be7ae8ecf6caa3459f 100644
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
|
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
|
| @@ -10,7 +10,8 @@ parent.document.childWebSocket = new WebSocket("ws://127.0.0.1:8880/websocket/te
|
|
|
| parent.document.childWebSocket.onopen = function()
|
| {
|
| - // send "socket1" to server, so that "socket1" will be broadcasted to web sockets connected to close-on-unload when this web socket is closed.
|
| + // Send "socket1" to server, so that "socket1" will be broadcasted to
|
| + // WebSockets connected to close-on-unload when this web socket is closed.
|
| parent.document.childWebSocket.send("socket1");
|
| };
|
| parent.document.childWebSocket.onmessage = function(evt)
|
|
|