[webkit-reviews] review granted: [Bug 59105] Web Inspector: fix calls to WebInspector.ObjectPropertiesSection constructor : [Attachment 90544] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 09:08:51 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 59105: Web Inspector: fix calls to WebInspector.ObjectPropertiesSection
constructor
https://bugs.webkit.org/show_bug.cgi?id=59105

Attachment 90544: patch
https://bugs.webkit.org/attachment.cgi?id=90544&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90544&action=review

> Source/WebCore/inspector/front-end/ConsoleView.js:600
> +	   elem.appendChild(new WebInspector.ObjectPropertiesSection(obj,
obj.description, null, null, false).element);

Just trim the call site here and in all changes below.


More information about the webkit-reviews mailing list