RESOLVED FIXED 140966
Some NSAccessibility methods we use are deprecated on 10.10
https://bugs.webkit.org/show_bug.cgi?id=140966
Summary Some NSAccessibility methods we use are deprecated on 10.10
Alexey Proskuryakov
Reported 2015-01-27 15:27:57 PST
There are build failures in AccessibilityObjectMac.mm. Since we invoke these methods on untyped (id) pointers, it's somewhat random whether the compiler notices that. rdar://problem/19621388
Attachments
proposed patch (4.03 KB, patch)
2015-01-27 15:34 PST, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2015-01-27 15:34:34 PST
Created attachment 245485 [details] proposed patch
Alexey Proskuryakov
Comment 2 2015-01-27 16:13:54 PST
Alexey Proskuryakov
Comment 3 2015-01-27 18:31:14 PST
Added similar pragmas to a few more places as part of <http://trac.webkit.org/r179236>.
Note You need to log in before you can comment on or make changes to this bug.