[webkit-reviews] review granted: [Bug 87076] DOM Attr objects pointing to "style" attribute should force reification when read. : [Attachment 143212] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 01:15:14 PDT 2012


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 87076: DOM Attr objects pointing to "style" attribute should force
reification when read.
https://bugs.webkit.org/show_bug.cgi?id=87076

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=143212&action=review


r=me

> Source/WebCore/dom/Attr.cpp:206
>      if (m_element)
> -	   return m_element->getAttributeItem(qualifiedName())->value();
> +	   return m_element->getAttribute(qualifiedName());

Could use a comment.


More information about the webkit-reviews mailing list