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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.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/sources/debugger/extract-javascript-identifiers.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.html
index f5621bcc1b03f1790a86ef12d134ce9ef0b2b6bb..45728a7ec1fa9192b297975ce8ab346fc221bce9 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.html
@@ -56,7 +56,7 @@ function test()
{
InspectorTest.addResult("Text:");
InspectorTest.addResult(" " + text + "\n");
- WebInspector.formatterWorkerPool.runTask("javaScriptIdentifiers", {content: text})
+ Common.formatterWorkerPool.runTask("javaScriptIdentifiers", {content: text})
.then(onIdentifiers)
.then(next);
}

Powered by Google App Engine
This is Rietveld 408576698