Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: 62fed1d8acf05a0b480cb6b81053d72fd025cc9f
https://github.com/WebKit/WebKit/commit/62fed1d8acf05a0b480cb6b81053d72fd025cc9f
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/298234.411@webkitglib/2.50
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications