[webkit-reviews] review granted: [Bug 67320] Move text() and textWithHardLineBreaks() from RenderTextControl to HTMLTextFormControlElement : [Attachment 105848] fixed efl build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 16:27:25 PDT 2011


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 67320: Move text() and textWithHardLineBreaks() from RenderTextControl to
HTMLTextFormControlElement
https://bugs.webkit.org/show_bug.cgi?id=67320

Attachment 105848: fixed efl build
https://bugs.webkit.org/attachment.cgi?id=105848&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=105848&action=review


r=me

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1956
> +	   return
toRenderTextControl(m_renderer)->textFormControlElement()->value();

Can textFormControlElement() ever be 0?


More information about the webkit-reviews mailing list