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