Bug 312763
| Summary: | [GTK] Build with precompiled headers disabled is broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
/var/home/phil/WebKit/Source/WebKit/UIProcess/API/glib/WebKitWebExtension.cpp:20:5: warning: 'ENABLE' is not defined, evaluates to 0 [-Wundef]
20 | #if ENABLE(2022_GLIB_API)
| ^
/var/home/phil/WebKit/Source/WebKit/UIProcess/API/glib/WebKitWebExtension.cpp:20:5: error: function-like macro 'ENABLE' is not defined
1 warning and 1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
/var/home/phil/WebKit/Source/WebKit/UIProcess/Automation/BidiSessionAgent.cpp:64:1: error: unknown type name 'WTF_MAKE_TZONE_ALLOCATED_IMPL'
64 | WTF_MAKE_TZONE_ALLOCATED_IMPL(BidiSessionAgent);
| ^
1 error generated.
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/63109
EWS
Committed 311575@main (f2ac4127d61a): <https://commits.webkit.org/311575@main>
Reviewed commits have been landed. Closing PR #63109 and removing active labels.