[webkit-changes] [WebKit/WebKit] 8d89e0: [WebCodecs] Build broken with clang 19
Philippe Normand
noreply at github.com
Sat Oct 19 05:02:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d89e0e1050501362dbff68b0fb0ff61484e9eec
https://github.com/WebKit/WebKit/commit/8d89e0e1050501362dbff68b0fb0ff61484e9eec
Author: Philippe Normand <philn at igalia.com>
Date: 2024-10-19 (Sat, 19 Oct 2024)
Changed paths:
M Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp
Log Message:
-----------
[WebCodecs] Build broken with clang 19
https://bugs.webkit.org/show_bug.cgi?id=281815
Unreviewed, fix "member access into incomplete type" errors reported by clang 19 on Linux. Those
types are forward-declared in WebCodecsVideoFrame.h but were used without prior include in the video
decoder.
* Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp:
Canonical link: https://commits.webkit.org/285469@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list