| Index: third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker.html b/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker.html
|
| index 50fcf62f37f4c859b78c783b5c95d644dbd0e77d..341c25c62d64d3f1526c2762267095de2ccf14cf 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-revoke-error-in-worker.html
|
| @@ -18,8 +18,8 @@ function handlePromiseRejection()
|
|
|
| function test()
|
| {
|
| - SDK.multitargetConsoleModel.addEventListener(SDK.ConsoleModel.Events.MessageAdded, InspectorTest.wrapListener(messageAdded));
|
| - SDK.multitargetConsoleModel.addEventListener(SDK.ConsoleModel.Events.MessageUpdated, InspectorTest.wrapListener(messageUpdated));
|
| + SDK.consoleModel.addEventListener(SDK.ConsoleModel.Events.MessageAdded, InspectorTest.wrapListener(messageAdded));
|
| + SDK.consoleModel.addEventListener(SDK.ConsoleModel.Events.MessageUpdated, InspectorTest.wrapListener(messageUpdated));
|
|
|
| InspectorTest.addResult("Creating worker with promise");
|
| InspectorTest.evaluateInPageWithTimeout("createPromise()");
|
|
|