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 bb311be67171a96c0ab92bfb795dc2304f98f378..578d4209e36c79b73eaf3dc50046d88a73ac05d2 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js |
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js |
@@ -313,6 +313,9 @@ Bindings.ResourceScriptFile = class extends Common.Object { |
this._update(); |
} |
+ /** |
+ * @param {!Common.Event} event |
+ */ |
_workingCopyCommitted(event) { |
if (this._uiSourceCode.project().canSetFileContent()) |
return; |