[webkit-reviews] review granted: [Bug 72573] WebKit does not send mouse down/up/click events to ARIA tabs : [Attachment 117291] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 16:25:09 PST 2011


Darin Adler <darin at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 72573: WebKit does not send mouse down/up/click events to ARIA tabs
https://bugs.webkit.org/show_bug.cgi?id=72573

Attachment 117291: patch
https://bugs.webkit.org/attachment.cgi?id=117291&action=review

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


> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:883
>	   return static_cast<Element*>(m_renderer->node()); 

This should use the toElement checked cast instead of static_cast.


More information about the webkit-reviews mailing list