Bug 245068 - ViewUpdate*, Event*, WebInspectorInterruptDispatcher should be MessageReceivers
Summary: ViewUpdate*, Event*, WebInspectorInterruptDispatcher should be MessageReceivers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-12 04:29 PDT by Kimmo Kinnunen
Modified: 2022-09-22 03:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.