Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: LayoutTests/http/tests/websocket/simple.html

Issue 422743002: Deprecate EventSource.URL and WebSocket.URL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
{

Powered by Google App Engine
This is Rietveld 408576698