Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html
index 7c6ff69832cf55760631da5199935c4e5c23819a..1ffcac98bcd140beace38f8c5d390ee488965991 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-in-worker.html
@@ -20,7 +20,7 @@ function test()
{
var count = InspectorTest.consoleMessagesCount();
if (count === 2)
- WebInspector.console.showPromise().then(expand);
+ Common.console.showPromise().then(expand);
}
function expand()

Powered by Google App Engine
This is Rietveld 408576698