Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html |
index ad15adb67c1b11ed99a2e25698d703d74cc46fa6..cd476b2fbcf2ce527d82f9970162d5419e7c43bf 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters-ipv6.html |
@@ -17,7 +17,7 @@ function test() |
function onRequestFinished(event) |
{ |
var request = event.data; |
- InspectorTest.addResult(request.url); |
+ InspectorTest.addResult(request.url()); |
InspectorTest.addObject(new SDK.HAREntry(request).build(), InspectorTest.HARPropertyFormatters); |
InspectorTest.completeTest(); |
} |