[Webkit-unassigned] [Bug 127447] Web Inspector: AX: Accessibility Node Inspection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 23 20:56:32 PST 2014


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





--- Comment #4 from James Craig <jcraig at apple.com>  2014-01-23 20:54:00 PST ---
(In reply to comment #3)
> (From update of attachment 221905 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=221905&action=review

> > Source/WebCore/accessibility/AccessibilityObject.cpp:1508
> > +typedef HashMap<int, String> ARIAReverseRoleMap;
> 
> Nit: int => AccessibilityRole

The compiler actually chokes on this change, believe it or not. Could not get it to build until changing AccessibilityRole to int. I was planning to at that in a comment. Asumption is that it doesn't want an enum as the hashmap key. Would love a better solution if you know the fix.

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