[Webkit-unassigned] [Bug 126309] New: Cleanup static_cast<HTMLFormElement*> by using toHTMLFormElement()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 30 16:22:13 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126309
Summary: Cleanup static_cast<HTMLFormElement*> by using
toHTMLFormElement()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list