Bug 214229 - [GTK] Build failure in Debian Stable and Ubuntu LTS bots after r264272
Summary: [GTK] Build failure in Debian Stable and Ubuntu LTS bots after r264272
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-11 21:47 PDT by Lauro Moura
Modified: 2020-07-12 18:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-07-11 21:47:48 PDT
Log: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20Debian%20Stable%20%28Build%29/builds/35362/steps/compile-webkit/logs/stdio

In file included from ../../Source/WebCore/platform/graphics/Color.h:29,
                 from ../../Source/WebCore/platform/graphics/InbandTextTrackPrivateClient.h:30,
                 from ../../Source/WebCore/platform/graphics/InbandTextTrackPrivate.h:30,
                 from ../../Source/WebCore/platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.h:31,
                 from ../../Source/WebCore/platform/graphics/gstreamer/InbandTextTrackPrivateGStreamer.cpp:30:
../../Source/WebCore/platform/graphics/ExtendedColor.h: In member function ‘decltype(auto) WebCore::ExtendedColor::callOnUnderlyingType(Functor&&) const’:
../../Source/WebCore/platform/graphics/ExtendedColor.h:86:21: error: ‘invoke’ is not a member of ‘std’
         return std::invoke(std::forward<Functor>(functor), asSRGBA(m_components));
                     ^~~~~~
Comment 1 Lauro Moura 2020-07-12 18:22:59 PDT
Fixed r264279. Thanks, Yusuke.