[webkit-reviews] review granted: [Bug 40140] Web Inspector: it would be better to print object properties in order of insertion. : [Attachment 57880] [patch] second iteration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 08:28:01 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 40140: Web Inspector: it would be better to print object properties in
order of insertion.
https://bugs.webkit.org/show_bug.cgi?id=40140

Attachment 57880: [patch] second iteration
https://bugs.webkit.org/attachment.cgi?id=57880&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
WebCore/inspector/InspectorValues.h: 
 +	m_data.set(name, InspectorBasicValue::create(value));
what about calling set(name, InspectorBasicValue::create(value)) here and
below?


More information about the webkit-reviews mailing list