Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html |
index 0a0b31ba7fd80f48cb8af413799d1d6695235bc3..2bf5149037af3caa560ec1366a8e1e4c6f166f17 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-parameters.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(); |
} |