[webkit-reviews] review granted: [Bug 69751] Shrink RenderListItem on 64-bit. : [Attachment 110345] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 04:15:50 PDT 2011


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Andreas Kling
<kling at webkit.org>'s request for review:
Bug 69751: Shrink RenderListItem on 64-bit.
https://bugs.webkit.org/show_bug.cgi?id=69751

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

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
You want to change the initialization order as well:

41	RenderListItem::RenderListItem(Node* node)
42	    : RenderBlock(node)
43	    , m_marker(0)
44	    , m_hasExplicitValue(false)
45	    , m_isValueUpToDate(false)
46	    , m_notInList(false)
47	{


More information about the webkit-reviews mailing list