Bug 87076

Summary: DOM Attr objects pointing to "style" attribute should force reification when read.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2012-05-21 19:58:34 PDT
DOM Attr needs to respect the lazy serialization strategy of the style attribute.
Attachments
Patch (3.63 KB, patch)
2012-05-22 00:30 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2012-05-22 00:30:23 PDT
Antti Koivisto
Comment 2 2012-05-22 01:14:19 PDT
Comment on attachment 143212 [details] Patch 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.
Andreas Kling
Comment 3 2012-05-22 05:05:44 PDT
Comment on attachment 143212 [details] Patch Clearing flags on attachment: 143212 Committed r117956: <http://trac.webkit.org/changeset/117956>
Andreas Kling
Comment 4 2012-05-22 05:05:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.