[webkit-reviews] review granted: [Bug 37900] cloneNode() does not preserve z-index with more than six digits : [Attachment 54962] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 3 15:01:27 PDT 2010
Darin Adler <darin at apple.com> has granted Steven Lai
<steven_lai at asia.apple.com>'s request for review:
Bug 37900: cloneNode() does not preserve z-index with more than six digits
https://bugs.webkit.org/show_bug.cgi?id=37900
Attachment 54962: Patch
https://bugs.webkit.org/attachment.cgi?id=54962&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
> + if (attached() && checked()) {
> + checkedRadioButtons(this).addButton(this);
> + }
No braces around single line if statements.
r=me
More information about the webkit-reviews
mailing list