Bug 74973 - HTMLOptionsCollection: Remove incorrect FIXME about having a base class.
Summary: HTMLOptionsCollection: Remove incorrect FIXME about having a base class.
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: 2011-12-20 16:21 PST by Andreas Kling
Modified: 2011-12-20 18:02 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2011-12-20 16:23 PST, Andreas Kling
ap: 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 2011-12-20 16:21:50 PST
HTML5 says HTMLOptionsCollection should indeed inherit from HTMLCollection.
Comment 1 Andreas Kling 2011-12-20 16:23:31 PST
Created attachment 120109 [details]
Patch
Comment 2 Andreas Kling 2011-12-20 18:02:41 PST
Committed r103383: <http://trac.webkit.org/changeset/103383>