| 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 80d29525dc2ec06ff1fc3f4020ee540107730538..15762866023d2c61ba3608320c4d9389e58ab74a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
|
| @@ -104,7 +104,8 @@ Sources.ScriptFormatterEditorAction = class {
|
| constructor() {
|
| this._projectId = 'formatter:';
|
| this._project = new Bindings.ContentProviderBasedProject(
|
| - Workspace.workspace, this._projectId, Workspace.projectTypes.Formatter, 'formatter');
|
| + Workspace.workspace, this._projectId, Workspace.projectTypes.Formatter, 'formatter',
|
| + true /* isServiceProject */);
|
|
|
| /** @type {!Map.<!SDK.Script, !Workspace.UISourceCode>} */
|
| this._uiSourceCodes = new Map();
|
|
|