| Summary: | Non-unified build fixes, late-ish May 2022 edition | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Adrian Perez
2022-05-20 02:05:44 PDT
The build error was:
/app/webkit/Source/WebCore/rendering/svg/RenderSVGBlock.cpp:132:23: error: member access into incomplete type 'WebCore::RenderView'
ASSERT(!view().frameView().layoutContext().isPaintOffsetCacheEnabled());
^
/app/webkit/Source/WebCore/dom/Document.h:204:7: note: forward declaration of 'WebCore::RenderView'
class RenderView;
^
Pull request: https://github.com/WebKit/WebKit/pull/824 Committed r294538 (250793@main): <https://commits.webkit.org/250793@main> Reviewed commits have been landed. Closing PR #824 and removing active labels. |