Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: ae5e57849326ec391797488e14b4e415c0589ba4
https://github.com/WebKit/WebKit/commit/ae5e57849326ec391797488e14b4e415c0589ba4
Author: Mike Gorse <[email protected]>
Date: 2026-01-27 (Tue, 27 Jan 2026)
Changed paths:
M Source/WebCore/testing/Internals.h
Log Message:
-----------
Cherry-pick 306232@main (6034fa91d835).
https://bugs.webkit.org/show_bug.cgi?id=298445
Internals should inherit CanMakeWeakPtr if MEDIA_STREAM is disabled
https://bugs.webkit.org/show_bug.cgi?id=298445
Reviewed by Michael Catanzaro.
If MEDIA_STREAM is enabled, then Internals inherits
RealtimeMediaSourceObserver, which inherits CanMakeWeakPtr. After R294499,
CanMakeWeakPtr is needed if MEDIA_CODECS is enabled, so it needs to be
inherited explicitly if MEDIA_STREAM is not also enabled.
* Source/WebCore/testing/Internals.h:
Canonical link: https://commits.webkit.org/306232@main
Canonical link: https://commits.webkit.org/305877.21@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications