| 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 dedb0b051a90d897c7ec151e20efb9ba0ae01418..a7b2865ea6c68827d25fe61677396d83b82b38cd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/CharacterIdMap.js
|
| @@ -35,6 +35,6 @@ Common.CharacterIdMap = class {
|
| * @return {?T}
|
| */
|
| fromChar(character) {
|
| - return this._characterToElement.get(character) || null;
|
| + return this._characterToElement.get(character);
|
| }
|
| };
|
|
|