Bug 140966 - Some NSAccessibility methods we use are deprecated on 10.10
Summary: Some NSAccessibility methods we use are deprecated on 10.10
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-27 15:27 PST by Alexey Proskuryakov
Modified: 2015-01-27 18:31 PST (History)
11 users (show)

See Also:


Attachments
proposed patch (4.03 KB, patch)
2015-01-27 15:34 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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
Comment 1 Alexey Proskuryakov 2015-01-27 15:34:34 PST
Created attachment 245485 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2015-01-27 16:13:54 PST
Committed <http://trac.webkit.org/r179228>.
Comment 3 Alexey Proskuryakov 2015-01-27 18:31:14 PST
Added similar pragmas to a few more places as part of <http://trac.webkit.org/r179236>.