| Summary: | UIProcess/API/gtk/WebKitWebViewBase.cpp missing preprocessing when ENABLE_ACCESSIBILITY=no | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Dennis Nezic <dennisn> | ||||
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED DUPLICATE | ||||||
| Severity: | Minor | CC: | bugs-noreply, mcatanzaro | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
This was already fixed in bug #238669. *** This bug has been marked as a duplicate of bug 238669 *** |
Created attachment 458487 [details] preprocessor wrappers added Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp is missing some #if ENABLE(ACCESSIBILITY) preprocessing around some accessibility function calls, when compiling with ENABLE_ACCESSIBILITY = no. Patch attached.