Index: third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js |
index 828a94271401f28faef439815a40877e0f265391..6ce99dc00c1f1c94d3aad73d8a81079a16be65ce 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js |
+++ b/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js |
@@ -89,6 +89,14 @@ WebInspector.ObjectPropertiesSection.prototype = { |
}, |
/** |
+ * @param {boolean} value |
+ */ |
+ setEditable: function(value) |
+ { |
+ this._editable = value; |
+ }, |
+ |
+ /** |
* @return {!TreeElement} |
*/ |
objectTreeElement: function() |