| Index: Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/Source/devtools/front_end/sources/UISourceCodeFrame.js b/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index 2d2b481ed3cd459f2b756a93f79952ba79bd5a48..d0743540dbfde0a4cac96da3540661377b394a6e 100644
|
| --- a/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -80,7 +80,7 @@ WebInspector.UISourceCodeFrame.prototype = {
|
| canEditSource: function()
|
| {
|
| var projectType = this._uiSourceCode.project().type();
|
| - if (projectType === WebInspector.projectTypes.Debugger || projectType === WebInspector.projectTypes.Formatter)
|
| + if (projectType === WebInspector.projectTypes.Service || projectType === WebInspector.projectTypes.Debugger || projectType === WebInspector.projectTypes.Formatter)
|
| return false;
|
| if (projectType === WebInspector.projectTypes.Network && this._uiSourceCode.contentType() === WebInspector.resourceTypes.Document)
|
| return false;
|
|
|