| Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise.html b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise.html
|
| index 3610449568ec73ad66ca3da21dc30db6afb99d46..794a4ad1e3b2f64574c80dcf199d35c2bf486d38 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise.html
|
| @@ -96,7 +96,7 @@ function promiseTest9()
|
| function test()
|
| {
|
| InspectorTest.addConsoleViewSniffer(checkConsoleMessages, true);
|
| - WebInspector.console.showPromise();
|
| + Common.console.showPromise();
|
|
|
| checkConsoleMessages();
|
|
|
|
|