| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html
|
| index faa777bebf13e7b3b4881d4f053ec3e95c493ea8..b034a78bd54cd4f44241337248f585a09c80ea4c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-cyrillic-xhr.html
|
| @@ -17,7 +17,7 @@ function test()
|
| callback();
|
| }
|
|
|
| - request.requestContent(contentLoaded);
|
| + request.requestContent().then(contentLoaded);
|
| }
|
|
|
| InspectorTest.recordNetwork();
|
|
|