Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
index 844a384b7f234c4b7ffb9c6b4935c206f803689a..83d222f8fd181f2f25c7ce8439d77e4d001c065c 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/long-script-content.html |
@@ -52,7 +52,7 @@ function test() |
function step5(uiSourceCode) |
{ |
- uiSourceCode.requestContent(step6); |
+ uiSourceCode.requestContent().then(step6); |
} |
function step6(loadedScript) |