Summary: | Eliminate OptionElement (second and final part) | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> | ||||
Component: | Forms | Assignee: | Darin Adler <darin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | jonlee, tkent | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Darin Adler
2011-10-23 23:18:27 PDT
Created attachment 112155 [details]
Patch
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 Committed r98219: <http://trac.webkit.org/changeset/98219> |