| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html
|
| index 36205b84df510d0311161cc14764e122cfd82172..e27134e38be3877ac764cc786ff7c18c29972917 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-xhr-redirect-method.html
|
| @@ -14,7 +14,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - InspectorTest.networkRequests()[offset].requestContent(step3);
|
| + InspectorTest.networkRequests()[offset].requestContent().then(step3);
|
| }
|
|
|
| function step3() {
|
|
|