[webkit-reviews] review granted: [Bug 75069] Make elements with attributes smaller by eliminating the m_element back pointer in NamedNodeMap : [Attachment 130754] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 20:14:42 PST 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Caio Marcelo de Oliveira Filho
<cmarcelo at webkit.org>'s request for review:
Bug 75069: Make elements with attributes smaller by eliminating the m_element
back pointer in NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=75069

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=130754&action=review


> Source/WebCore/dom/Element.cpp:203
> +NamedNodeMap* Element::attributes() const

I don't think this function should have const qualifier.


More information about the webkit-reviews mailing list