RESOLVED FIXED174045
[WebCore] Update AXObjectCache for !HAVE(ACCESSIBILITY)
https://bugs.webkit.org/show_bug.cgi?id=174045
Summary [WebCore] Update AXObjectCache for !HAVE(ACCESSIBILITY)
Don Olmstead
Reported 2017-06-30 14:51:07 PDT
Currently !HAVE(ACCESSIBILITY) won't build. There is an error in the signature of postTextReplacementNotificationForTextControl and the notificationPostTimerFired, focusAriaModalNodeTimerFired, passwordNotificationPostTimerFired, and liveRegionChangedNotificationPostTimerFired are missing.
Attachments
Patch (7.08 KB, patch)
2017-06-30 14:53 PDT, Don Olmstead
no flags
Don Olmstead
Comment 1 2017-06-30 14:53:15 PDT
Created attachment 314297 [details] Patch Fixing signature, adding methods and sorting the declarations to hopefully make it easier for people to eyeball when changes are made.
WebKit Commit Bot
Comment 2 2017-06-30 15:47:07 PDT
Comment on attachment 314297 [details] Patch Clearing flags on attachment: 314297 Committed r219022: <http://trac.webkit.org/changeset/219022>
WebKit Commit Bot
Comment 3 2017-06-30 15:47:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.