| Index: LayoutTests/http/tests/websocket/tests/hybi/nocache.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/nocache.html b/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
|
| index 2f7e542c615d4bef4c90ea2b6e6eec823f37452f..af9bae4040bec865d2afbfeb910d1d5e5fc651fd 100644
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
|
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
|
| @@ -25,10 +25,6 @@ ws.onmessage = function(event) {
|
| ws.close();
|
| };
|
|
|
| -ws.onerror = function(event) {
|
| - debug("onerror() was called.");
|
| -};
|
| -
|
| ws.onclose = function(event) {
|
| debug("onclose() was called.");
|
| closeEvent = event;
|
|
|