Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html |
index 4b57eb9d0bc62aa96d2b8225e1af40b5a4ba4e74..5b3ab258e0748e72422c99b4b949f2f061269838 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-request-content-after-loading-and-clearing-cache.html |
@@ -39,7 +39,7 @@ function test() |
{ |
InspectorTest.addResult("Requesting content: "); |
resource = InspectorTest.resourceMatchingURL("dynamic-script.js"); |
- resource.requestContent(step6); |
+ resource.requestContent().then(step6); |
} |
function step6(content) |