Bug 140966

Summary: Some NSAccessibility methods we use are deprecated on 10.10
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: AccessibilityAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mario, mitz, samuel_white, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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.