| Index: LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
|
| index 1fd7dd2221cbe7c95b525a9a450e6e47042fccf3..a2db05762e5b6d5536eea8b9e2a1aeeb4f4c9418 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
|
| +++ b/LayoutTests/inspector/sources/debugger/debugger-uncaught-promise-on-dom-exception.html
|
| @@ -45,12 +45,12 @@ function test()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.addConsoleViewSniffer(addMessage, true);
|
| InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
|
| }
|
|
|
| function didPause(callFrames, reason, breakpointIds, asyncStackTrace)
|
| {
|
| + InspectorTest.addConsoleViewSniffer(addMessage, true);
|
| InspectorTest.evaluateInPage("runPromisesFromInspector()", resumeExecution);
|
| }
|
|
|
|
|