Bug 240710
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 |
Adrian Perez
📈️
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrian Perez
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;
^
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/824
EWS
Committed r294538 (250793@main): <https://commits.webkit.org/250793@main>
Reviewed commits have been landed. Closing PR #824 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/93642831>