Bug 254932
Summary: | [GLib] Fix various -Werror,-Wundefined-inline build failures after 262488@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=253964 |
Michael Catanzaro
Fix various -Werror,-Wundefined-inline build failures after 262488@main, e.g.
/home/mcatanzaro/Projects/WebKit/Source/WebKit/Platform/IPC/MessageSender.h:46:38: error: inline function 'IPC::MessageSender::send<Messages::WebPageProxy::DidCreateMainFrame>' is not defined [-Werror,-Wundefined-inline]
template<typename T> inline bool send(T&& message);
^
/home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebPage/WebFrame.cpp:125:14: note: used here
page.send(Messages::WebPageProxy::DidCreateMainFrame(frameID()));
^
In file included from /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-27.cpp:1:
In file included from /home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebPage/WebCookieCache.cpp:31:
In file included from /home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebProcess.h:29:
In file included from /home/mcatanzaro/Projects/WebKit/Source/WebKit/Shared/AuxiliaryProcess.h:30:
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/12329
EWS
Committed 262526@main (c806f295aa72): <https://commits.webkit.org/262526@main>
Reviewed commits have been landed. Closing PR #12329 and removing active labels.