[webkit-changes] [WebKit/WebKit] 969879: REGRESSION(259423 at main): fix VIDEO=OFF

Thomas Devoogdt noreply at github.com
Tue Jan 31 06:46:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 96987981eeb4c2b23c25b1307123dc03cae4d8e6
      https://github.com/WebKit/WebKit/commit/96987981eeb4c2b23c25b1307123dc03cae4d8e6
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  REGRESSION(259423 at main): fix VIDEO=OFF

https://bugs.webkit.org/show_bug.cgi?id=251427

Reviewed by Michael Catanzaro.

/home/thomas/buildroot/output/build/webkitgtk-2.39.6/DerivedSources/WebKit/GeneratedSerializers.cpp: In static member function ‘static void IPC::ArgumentCoder<WebCore::MediaEngineSupportParameters>::encode(IPC::Encoder&, const WebCore::MediaEngineSupportParameters&)’:
/home/thomas/buildroot/output/build/webkitgtk-2.39.6/DerivedSources/WebKit/GeneratedSerializers.cpp:17376:63: error: invalid use of incomplete type ‘const struct WebCore::MediaEngineSupportParameters’
17376 |     static_assert(std::is_same_v<std::remove_cvref_t<decltype(instance.type)>, WebCore::ContentType>);
      |                                                               ^~~~~~~~

...

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>

Canonical link: https://commits.webkit.org/259627@main




More information about the webkit-changes mailing list