| Summary: | AX: Unable to build webkit open source - build errors related to AXClientType | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||||||
| Component: | Accessibility | Assignee: | chris fleizach <cfleizach> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | commit-queue, jbedard, mark.lam, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | Other | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 390322 [details]
patch
Created attachment 390323 [details]
patch
Created attachment 390325 [details]
patch
Comment on attachment 390325 [details]
patch
rs=me if EWS bots are green.
Comment on attachment 390325 [details] patch Clearing flags on attachment: 390325 Committed r256294: <https://trac.webkit.org/changeset/256294> All reviewed patches have been landed. Closing bug. |
./accessibility/AXObjectCache.cpp:395:9: error: use of undeclared identifier '_AXUIElementUseSecondaryAXThread' _AXUIElementUseSecondaryAXThread(true); ^ ./accessibility/AXObjectCache.cpp:722:5: error: unknown type name 'AXClientType' AXClientType type = _AXGetClientForCurrentRequestUntrusted(); ^ ./accessibility/AXObjectCache.cpp:722:25: error: use of undeclared identifier '_AXGetClientForCurrentRequestUntrusted' AXClientType type = _AXGetClientForCurrentRequestUntrusted(); ^ ./accessibility/AXObjectCache.cpp:724:20: error: use of undeclared identifier 'kAXClientTypeVoiceOver' return type == kAXClientTypeVoiceOver ^ ./accessibility/AXObjectCache.cpp:725:20: error: use of undeclared identifier 'kAXClientTypeUnknown'; did you mean 'kCGContextTypeUnknown'? || type == kAXClientTypeUnknown; ^~~~~~~~~~~~~~~~~~~~ kCGContextTypeUnknown In file included from /Users/alexei/Desktop/wk-2-7-pm/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource68.cpp:1: In file included from ./accessibility/AXObjectCache.cpp:107: In file included from PAL/pal/spi/mac/HIServicesSPI.h:28: PAL/pal/spi/cg/CoreGraphicsSPI.h:76:5: note: 'kCGContextTypeUnknown' declared here kCGContextTypeUnknown, ^ In file included from /Users/alexei/Desktop/wk-2-7-pm/WebKitBuild/Release/DerivedSources/WebCore/unified-sources/UnifiedSource68.cpp:1: ./accessibility/AXObjectCache.cpp:756:9: error: use of undeclared identifier '_AXUIElementUseSecondaryAXThread' _AXUIElementUseSecondaryAXThread(true); ^ 6 errors generated.