[Webkit-unassigned] [Bug 24315] WMLInputElement.cpp produces build-time error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 10:12:06 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24315


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29112|review?                     |review-
               Flag|                            |




------- Comment #4 from darin at apple.com  2009-03-31 10:12 PDT -------
(From update of attachment 29112)
Casts should use the new checked cast toRenderTextControl, not a direct
static_cast.

It's not clear why you're calling isTextField in one case and not the other.
It's not needed in either case since this class always creates a renderer
derived from RenderTextControl.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list