Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6034fa91d835adc6c8a9d5e4ce342f5fa33684c6
https://github.com/WebKit/WebKit/commit/6034fa91d835adc6c8a9d5e4ce342f5fa33684c6
Author: Mike Gorse <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M Source/WebCore/testing/Internals.h
Log Message:
-----------
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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications