Bug 253563
Summary: | REGRESSION(261320@main): [GLib] Clean builds fail with ENABLE_2022_GLIB_API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrian Perez <aperez> |
Component: | WebKit API | Assignee: | Adrian Perez <aperez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=253476 |
Adrian Perez
The failure:
[ 91%] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/NetworkSocketStreamMessageReceiver.cpp.o
In file included from /app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/webkit.h:83,
from /app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/WebKitEnumTypes.cpp:26:
/app/webkit/WebKitBuild/Debug/wpewebkit-2.39.91/_build/DerivedSources/WebKit/wpe/WebKitWebView.h:41:10: fatal error: wpe/WebKitJavascriptResult.h: No such file or directory
41 | #include <wpe/WebKitJavascriptResult.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/11221
EWS
Committed 261367@main (53a889083368): <https://commits.webkit.org/261367@main>
Reviewed commits have been landed. Closing PR #11221 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/106421089>
Adrian Perez
As pointed out by Carlos, we also need to remove the autocleanup
for WebKitJavascriptResult 🤦️
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/11222
EWS
Committed 261368@main (10c9256883bf): <https://commits.webkit.org/261368@main>
Reviewed commits have been landed. Closing PR #11222 and removing active labels.