| Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
 | 
| index 6da0f29cf87d00306b0008a524b12b59d9f0129f..1693e31c5a4725cc1453f05432f579c09e13573b 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
 | 
| @@ -156,7 +156,7 @@ Sources.UISourceCodeFrame = class extends SourceFrame.SourceFrame {
 | 
|        return true;
 | 
|      if (this._uiSourceCode.project().canSetFileContent())
 | 
|        return true;
 | 
| -    if (this._uiSourceCode.isFromServiceProject())
 | 
| +    if (this._uiSourceCode.project().isServiceProject())
 | 
|        return false;
 | 
|      return this._uiSourceCode.contentType() !== Common.resourceTypes.Document;
 | 
|    }
 | 
| 
 |