X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebInspectorUI%2FUserInterface%2FViews%2FObjectPropertiesSection.js;h=350c0fa9c78c468594ac7258032c34578c5fa918;hp=a0304fc9f83e4caf0a2b67d189f9fb22cfb9ee90;hb=55c3fcf74d5e81e87b8d83b58107154330d36633;hpb=4c2b163f8d232777ca813833de2e19ec31b887c0;ds=sidebyside diff --git a/Source/WebInspectorUI/UserInterface/Views/ObjectPropertiesSection.js b/Source/WebInspectorUI/UserInterface/Views/ObjectPropertiesSection.js index a0304fc9f83e..350c0fa9c78c 100644 --- a/Source/WebInspectorUI/UserInterface/Views/ObjectPropertiesSection.js +++ b/Source/WebInspectorUI/UserInterface/Views/ObjectPropertiesSection.js @@ -335,7 +335,7 @@ WebInspector.ObjectPropertyTreeElement.prototype = { // Call updateSiblings since their value might be based on the value that just changed. this.updateSiblings(); } - }; + } this.property.parentObject.setPropertyValue(this.property.name, expression.trim(), callback.bind(this)); } };