Bug 284109
| Summary: | [Skia] Unreviewed build fix for GLib platforms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Alicia Boya García <aboya> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
skia/core/SkTypeface.h transitively includes some inline functions that
use C-style buffer access, making the clang build fail due to strict
mode.
This patch adds a WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE guard around
the affected include directive, as it is the case in other places where
Skia is included.
* Source/WebCore/platform/graphics/skia/FontVariationsSkia.h:
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alicia Boya García
Pull request: https://github.com/WebKit/WebKit/pull/37497
EWS
Committed 287400@main (084403702340): <https://commits.webkit.org/287400@main>
Reviewed commits have been landed. Closing PR #37497 and removing active labels.