Bug 31489 - DOMHTMLSelectElement is missing some implementation
Summary: DOMHTMLSelectElement is missing some implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Jon Honeycutt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-13 13:57 PST by Jon Honeycutt
Modified: 2009-11-17 15:40 PST (History)
0 users

See Also:


Attachments
patch (3.38 KB, patch)
2009-11-13 14:15 PST, Jon Honeycutt
mitz: review+
jhoneycutt: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Honeycutt 2009-11-13 13:57:09 PST
DOMHTMLSelectElement::options() and DOMHTMLSelectElement::activateItemAtIndex() are stubs.
Comment 1 Jon Honeycutt 2009-11-13 14:15:55 PST
Created attachment 43200 [details]
patch
Comment 2 mitz 2009-11-13 15:04:34 PST
Comment on attachment 43200 [details]
patch

> +    ASSERT(m_element && m_element->hasTagName(selectTag));

Please split this assertion into two separate assertions.

> +    ASSERT(m_element && m_element->hasTagName(selectTag));

Ditto.
Comment 3 Jon Honeycutt 2009-11-17 15:40:18 PST
I made Dan's change.

Landed in r51092.