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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.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/common/CharacterIdMap.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js b/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js
index 5f9a9f646df25e7a88295eb1bad024a09f7943e8..dedb0b051a90d897c7ec151e20efb9ba0ae01418 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js
@@ -5,7 +5,7 @@
* @template T
* @unrestricted
*/
-WebInspector.CharacterIdMap = class {
+Common.CharacterIdMap = class {
constructor() {
/** @type {!Map<T, string>} */
this._elementToCharacter = new Map();

Powered by Google App Engine
This is Rietveld 408576698