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)); ^~~~~~
Fixed r264279. Thanks, Yusuke.