Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 876373b3f0aba8c419ef2b98777c492f2c330c77
https://github.com/WebKit/WebKit/commit/876373b3f0aba8c419ef2b98777c492f2c330c77
Author: Fujii Hironori <[email protected]>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M Source/WebCore/platform/audio/glib/MediaSessionManagerGLib.h
Log Message:
-----------
REGRESSION(305364@main): MediaSessionManagerGLib.h: error:
'updateNowPlayingInfo' overrides a member function but is not marked 'override'
https://bugs.webkit.org/show_bug.cgi?id=305170
Unreviewed build fix for GTK&WPE Clang builds.
> MediaSessionManagerGLib.h:70:10: error: 'updateNowPlayingInfo' overrides a
> member function but is not marked 'override'
> [-Werror,-Winconsistent-missing-override]
Added `final`.
* Source/WebCore/platform/audio/glib/MediaSessionManagerGLib.h:
Canonical link: https://commits.webkit.org/305406@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications