Bug 174045

Summary: [WebCore] Update AXObjectCache for !HAVE(ACCESSIBILITY)
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, annulen, apinheiro, buildbot, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, n_wang, samuel_white
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Don Olmstead 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.
Comment 1 Don Olmstead 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.
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2017-06-30 15:47:09 PDT
All reviewed patches have been landed.  Closing bug.