[Webkit-unassigned] [Bug 90250] Remove Leopard Accessibility support from WebCore (now that no port builds on Leopard)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 12:18:46 PST 2013


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





--- Comment #12 from chris fleizach <cfleizach at apple.com>  2013-02-13 12:21:01 PST ---
(From update of attachment 150094)
View in context: https://bugs.webkit.org/attachment.cgi?id=150094&action=review

>> Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:46
>>      m_isAccessibilityTable = true;
> 
> Should we initialize this on the initialization list now that if-def is gone?

yes we can do this one

>> Source/WebCore/accessibility/AccessibilityTable.cpp:54
>>      m_isAccessibilityTable = isTableExposableThroughAccessibility();
> 
> Ditto.

i believe there were some issues in calling this method from the constructor. Right now it lives in the init() method

-- 
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