| 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 8cc30d6bd193a624e761d9620e7db9d907ab5ad2..0a6749f8dd3a8c0f291c69ccc3b1c97bdcbfd2b0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -220,7 +220,7 @@ Sources.UISourceCodeFrame = class extends SourceFrame.SourceFrame {
|
| this.element.classList.toggle(
|
| 'source-frame-unsaved-committed-changes',
|
| Persistence.persistence.hasUnsavedCommittedChanges(this._uiSourceCode));
|
| - this.setEditable(!this._canEditSource());
|
| + this.setEditable(this._canEditSource());
|
| }
|
|
|
| onUISourceCodeContentChanged() {
|
|
|