Bug 214229
| Summary: | [GTK] Build failure in Debian Stable and Ubuntu LTS bots after r264272 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=214204 | ||
Lauro Moura
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));
^~~~~~
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Fixed r264279. Thanks, Yusuke.