On Aug 31, 2009, at 7:44 PM, bweinst...@apple.com wrote:

+    if (m_renderer->isTextArea())
+ return static_cast<HTMLInputElement*>(m_renderer->node())- >readOnly();

This doesn't look right. I think we should be casting to HTMLTextAreaElement. A <textarea> in the test case might have caught this.

-Adam

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to