Bug 79828 - StyledElement::isPresentationAttribute() only needs the attribute name.
Summary: StyledElement::isPresentationAttribute() only needs the attribute name.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 13:18 PST by Andreas Kling
Modified: 2012-02-28 14:21 PST (History)
2 users (show)

See Also:


Attachments
Ein Patch (56.52 KB, patch)
2012-02-28 13:21 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.