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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js

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/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
index b102ef071d5b123474216246972d8635276ef556..e01742c02d3a803244902e50e1c8cb09b89c7943 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
@@ -4,9 +4,9 @@
/**
* @unrestricted
*/
-WebInspector.IdentityFormatter = class {
+FormatterWorker.IdentityFormatter = class {
/**
- * @param {!WebInspector.FormattedContentBuilder} builder
+ * @param {!FormatterWorker.FormattedContentBuilder} builder
*/
constructor(builder) {
this._builder = builder;

Powered by Google App Engine
This is Rietveld 408576698