Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html |
index d1c281883eafcaf718387bf945475ebce7a2f764..a2f5bff12a53becebf23cdf85c1bba26d13c6cf4 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html |
@@ -44,7 +44,7 @@ function test() |
function step3() |
{ |
- InspectorTest.addResult(imageRequest.url); |
+ InspectorTest.addResult(imageRequest.url()); |
InspectorTest.addResult("request.type: " + imageRequest.resourceType()); |
InspectorTest.addResult("request.content.length after requesting content: " + imageRequest.content.length); |
InspectorTest.assertTrue(imageRequest.content.length > 0, "No content before destroying CachedResource."); |