Bug 70710 - Eliminate OptionElement (second and final part)
Summary: Eliminate OptionElement (second and final part)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 23:18 PDT by Darin Adler
Modified: 2011-10-23 23:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (26.30 KB, patch)
2011-10-23 23:20 PDT, Darin Adler
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2011-10-23 23:18:27 PDT
Eliminate OptionElement (second and final part)
Comment 1 Darin Adler 2011-10-23 23:20:54 PDT
Created attachment 112155 [details]
Patch
Comment 2 Kent Tamura 2011-10-23 23:43:14 PDT
Comment on attachment 112155 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=112155&action=review

Looks good

> Source/WebCore/ChangeLog:21
> +        toElement function. Use hasTagName and toHTMLOptionElement instead.

toElement -> toOptionElement
Comment 3 Darin Adler 2011-10-23 23:58:14 PDT
Committed r98219: <http://trac.webkit.org/changeset/98219>