Bug 70710

Summary: Eliminate OptionElement (second and final part)
Product: WebKit Reporter: Darin Adler <darin>
Component: FormsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: jonlee, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tkent: review+

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>