Bug 245068

Summary: ViewUpdate*, Event*, WebInspectorInterruptDispatcher should be MessageReceivers
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebKit2Assignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Kimmo Kinnunen 2022-09-12 04:29:31 PDT
ViewUpdate*, Event*, WebInspectorInterruptDispatcher should be MessageReceivers

These are never destroyed singletons, but being WorkQueueMessageReceivers these must be refcounted which does not make sense.
Comment 1 Radar WebKit Bug Importer 2022-09-12 04:30:25 PDT
<rdar://problem/99816958>
Comment 2 Kimmo Kinnunen 2022-09-12 04:32:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4254
Comment 3 EWS 2022-09-22 03:12:12 PDT
Committed 254753@main (bb50e5a9e92c): <https://commits.webkit.org/254753@main>

Reviewed commits have been landed. Closing PR #4254 and removing active labels.