| Index: third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| index 4e10d760e832768fa5bcc4b4379a41a17c014890..ef706d1e8ad1fea20429f362ca3a5f31e3fa4e61 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js
|
| @@ -312,7 +312,7 @@ Bindings.ResourceScriptFile = class extends Common.Object {
|
| }
|
|
|
| _workingCopyCommitted(event) {
|
| - if (this._uiSourceCode.project().type() === Workspace.projectTypes.Snippets)
|
| + if (this._uiSourceCode.project().canSetFileContent())
|
| return;
|
| if (!this._script)
|
| return;
|
|
|