| Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| index f70887e837085dbf13a451b16cc53914648ebfb5..aec636c6e2cce8c9ce98eb3322e68ddcb84a7731 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.html
|
| @@ -3,14 +3,6 @@
|
| <script type="text/javascript" src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script>
|
| <script>
|
|
|
| -function createPromiseAndScheduleResolve()
|
| -{
|
| - var resolveCallback;
|
| - var promise = new Promise((resolve) => resolveCallback = resolve);
|
| - setTimeout(resolveCallback.bind(null, { a : 239 }), 0);
|
| - return promise;
|
| -}
|
| -
|
| function test()
|
| {
|
| InspectorTest.runTestSuite([
|
|
|