| Index: third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| index d297db3b86a19820cffe717111ae75cc7c75f1bd..458e647bba38d86b395679f3c5f6280ffca00131 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| @@ -84,7 +84,7 @@ Sources.FormatterScriptMapping.FormatData = class {
|
| /**
|
| * @param {string} projectId
|
| * @param {string} path
|
| - * @param {!Sources.FormatterSourceMapping} mapping
|
| + * @param {!Workspace.UISourceCode.SourceMapping} mapping
|
| * @param {!Array.<!SDK.Script>} scripts
|
| */
|
| constructor(projectId, path, mapping, scripts) {
|
| @@ -225,7 +225,7 @@ Sources.ScriptFormatterEditorAction = class {
|
| /**
|
| * @param {!Workspace.UISourceCode} uiSourceCode
|
| * @param {!Workspace.UISourceCode} formattedUISourceCode
|
| - * @param {!Sources.FormatterSourceMapping} mapping
|
| + * @param {!Workspace.UISourceCode.SourceMapping} mapping
|
| * @private
|
| */
|
| _showIfNeeded(uiSourceCode, formattedUISourceCode, mapping) {
|
| @@ -353,7 +353,7 @@ Sources.ScriptFormatterEditorAction = class {
|
| /**
|
| * @this {Sources.ScriptFormatterEditorAction}
|
| * @param {string} formattedContent
|
| - * @param {!Sources.FormatterSourceMapping} formatterMapping
|
| + * @param {!Workspace.UISourceCode.SourceMapping} formatterMapping
|
| */
|
| function innerCallback(formattedContent, formatterMapping) {
|
| var scripts = this._scriptsForUISourceCode(uiSourceCode);
|
|
|