Bug 79828

Summary: StyledElement::isPresentationAttribute() only needs the attribute name.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Ein Patch none

Description Andreas Kling 2012-02-28 13:18:48 PST
isPresentationAttribute(Attribute*) is a bit inflexible, it should be isPresentationAttribute(const QualifiedName&)
Comment 1 Andreas Kling 2012-02-28 13:21:08 PST
Created attachment 129316 [details]
Ein Patch
Comment 2 Andreas Kling 2012-02-28 14:21:11 PST
Comment on attachment 129316 [details]
Ein Patch

Clearing flags on attachment: 129316

Committed r109149: <http://trac.webkit.org/changeset/109149>
Comment 3 Andreas Kling 2012-02-28 14:21:19 PST
All reviewed patches have been landed.  Closing bug.