Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html |
index a7e4d503efea1283d984d309860b4531f0a5884d..4f9138b6ff3f7b1362adac3b40f27262016ae1c0 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping.html |
@@ -29,7 +29,7 @@ function test() |
// Mac, so checking last request. |
var request = InspectorTest.networkRequests().pop(); |
- InspectorTest.addResult(request.url); |
+ InspectorTest.addResult(request.url()); |
InspectorTest.addResult("resource.requestContentType: " + request.requestContentType()); |
InspectorTest.completeTest(); |