Bug 74950 - StyledElement: Remove unneeded attributeMap() null checks in attributeChanged().
Summary: StyledElement: Remove unneeded attributeMap() null checks in attributeChanged().
Status: RESOLVED INVALID
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: 2011-12-20 12:51 PST by Andreas Kling
Modified: 2012-01-22 20:34 PST (History)
0 users

See Also:


Attachments
Patch (2.75 KB, patch)
2011-12-20 12:52 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 2011-12-20 12:51:46 PST
If a mapped attribute is invoking attributeChanged(), we can assume the associated element has an attributeMap().
Comment 1 Andreas Kling 2011-12-20 12:52:35 PST
Created attachment 120062 [details]
Patch
Comment 2 Andreas Kling 2012-01-22 20:34:47 PST
The declAdded()/declRemoved() callbacks were removed in <http://trac.webkit.org/changeset/105084>, obsoleting this bug.