| 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();
|
|
|