| Index: LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html
|
| index dc7c4846a5ffc8ec11bf179e03bf989ffa755f7f..3e3cc96e81fa6c865d3569280738c4d25e2ff991 100644
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html
|
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html
|
| @@ -7,7 +7,7 @@
|
| <div id="description"></div>
|
| <div id="console"></div>
|
| <script type="text/javascript">
|
| -description("Test if Web Socket is closed on unload and not crashed if garbage collected");
|
| +description("Test if WebSocket is closed on unload and not crashed if garbage collected");
|
|
|
| window.jsTestIsAsync = true;
|
|
|
|
|