Index: LayoutTests/http/tests/websocket/simple.html |
diff --git a/LayoutTests/http/tests/websocket/simple.html b/LayoutTests/http/tests/websocket/simple.html |
index 3934beac727ec8ab3d058b4503dde78e1c704944..8673a1a96c9d7643f20fc58d6e9d015afa9e208e 100644 |
--- a/LayoutTests/http/tests/websocket/simple.html |
+++ b/LayoutTests/http/tests/websocket/simple.html |
@@ -18,7 +18,7 @@ function endTest() |
} |
var ws = new WebSocket("ws://127.0.0.1:8880/simple"); |
-debug("Created a socket to '" + ws.URL + "'; readyState " + ws.readyState + "."); |
+debug("Created a socket to '" + ws.url + "'; readyState " + ws.readyState + "."); |
ws.onopen = function() |
{ |