| Index: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| index 59f41861dba7c51f9c3fd45081afe454a308ded2..b6f77e0d936bb4fcec995525b0eac337354d8488 100644
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| @@ -9,7 +9,8 @@
|
| var ws = new WebSocket("ws://127.0.0.1:8880/websocket/tests/hybi/close-on-unload");
|
| ws.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 WebSocket is closed.
|
| ws.send("socket1");
|
| };
|
| ws.onmessage = function(evt)
|
|
|