| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html
|
| index 9ed73d6f96eca773230bd1c1cc3b5b81916056b8..4a4414f5e414b95b6c29922f5f6e8877fcd9cbc1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-response.html
|
| @@ -16,7 +16,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - InspectorTest.networkRequests().pop().requestContent(step3);
|
| + InspectorTest.networkRequests().pop().requestContent().then(step3);
|
| }
|
|
|
| function step3()
|
|
|