Bug 85885 - Element: Merge idAttributeChanged() into attributeChanged().
Summary: Element: Merge idAttributeChanged() into attributeChanged().
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-05-08 08:09 PDT by Andreas Kling
Modified: 2012-05-08 12:50 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.94 KB, patch)
2012-05-08 08:09 PDT, Andreas Kling
koivisto: review+
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-05-08 08:09:21 PDT
1. Merge idAttributeChanged() into attributeChanged().
2. ???
3. PROFIT!
Comment 1 Andreas Kling 2012-05-08 08:09:56 PDT
Created attachment 140721 [details]
Patch
Comment 2 Andreas Kling 2012-05-08 08:22:08 PDT
Committed r116423: <http://trac.webkit.org/changeset/116423>
Comment 3 Darin Adler 2012-05-08 12:50:45 PDT
Seems like a small step backwards for function size. Might have been nice to keep this as a private inline function.