| Index: third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| index 24defa6e2f74438aed01ce3c168d496a54939953..0ac3c147d99326e63fcbdec4550a25b4a768787d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| @@ -124,7 +124,7 @@ Sources.InplaceFormatterEditorAction = class {
|
| var endLocation = sourceMapping.originalToFormatted(range.endLine, range.endColumn);
|
|
|
| uiSourceCode.addDecoration(
|
| - new Common.TextRange(startLocation[0], startLocation[1], endLocation[0], endLocation[1]),
|
| + new TextUtils.TextRange(startLocation[0], startLocation[1], endLocation[0], endLocation[1]),
|
| /** @type {string} */ (decoration.type()), decoration.data());
|
| }
|
| }
|
|
|