RESOLVED FIXED 126309
Cleanup static_cast<HTMLFormElement*> by using toHTMLFormElement()
https://bugs.webkit.org/show_bug.cgi?id=126309
Summary Cleanup static_cast<HTMLFormElement*> by using toHTMLFormElement()
Gyuyoung Kim
Reported 2013-12-30 16:20:05 PST
To detect bad type casts, it would be good to use toHTMLFormElement() instead of using manual type cast. Additionally, FORM_ASSOCIATED_ELEMENT_TYPE_CASTS is introduced newly to do it.
Attachments
Patch (13.17 KB, patch)
2013-12-30 16:26 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-12-30 16:26:10 PST
WebKit Commit Bot
Comment 2 2013-12-30 18:54:46 PST
Comment on attachment 220134 [details] Patch Clearing flags on attachment: 220134 Committed r161166: <http://trac.webkit.org/changeset/161166>
WebKit Commit Bot
Comment 3 2013-12-30 18:54:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.