| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html
|
| index 6173861b5d79e9ceec52e75e9c962ae747144d27..c09e2a995034b08cf393aa897d1597299fe3119c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-disabling-check-no-memory-leak.html
|
| @@ -16,7 +16,7 @@ function test()
|
| function step3()
|
| {
|
| var request1 = InspectorTest.networkRequests().pop();
|
| - request1.requestContent(step4);
|
| + request1.requestContent().then(step4);
|
| }
|
|
|
| function step4()
|
|
|