Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html |
index b034a78bd54cd4f44241337248f585a09c80ea4c..090b1137331c100b36c03b510fece37ef003ddd5 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html |
@@ -9,7 +9,7 @@ function test() |
{ |
if (!request) |
return callback(); |
- InspectorTest.addResult(request.url); |
+ InspectorTest.addResult(request.url()); |
function contentLoaded() |
{ |