Bug 243775

Summary: Cocoa IPC code depends on WebCore accessibility
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebKit2Assignee: Kimmo Kinnunen <kkinnunen>
Status: NEW ---    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 243780    

Description Kimmo Kinnunen 2022-08-10 02:18:09 PDT
Cocoa IPC code depends on WebCore accessibility.

This is a problem when trying to compile the IPC code in a way that would enable testing IPC with C++ unit tests.
Comment 1 Radar WebKit Bug Importer 2022-08-10 02:19:00 PDT
<rdar://problem/98435378>
Comment 2 Kimmo Kinnunen 2022-08-10 02:26:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3185