Bug 245493
| Summary: | [ EWS tvOS15 watchOS8 Simulator ] Build failure due to errors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hercules Hjalmarsson
watchOS-8-Build-EWS, tvOS-15-Build-EWS, tvOS-15-Simulator-Build-EWS, watchOS-8-Simulator-Build-EWS are failing to build due to error(s):
./layout/formattingContexts/FormattingContext.cpp:273:42: error: no member named 'containingBlock' in 'WebCore::Layout::Box'
auto* ancestor = &descendant.containingBlock();
~~~~~~~~~~ ^
./layout/formattingContexts/FormattingContext.cpp:277:44: error: invalid operands to binary expression ('void' and 'const WebCore::Layout::ContainerBox *')
if (nearestFormattingContextRoot() != &root)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~
URLS:
https://ews-build.webkit.org/#/builders/63/builds/34750
https://ews-build.webkit.org/#/builders/66/builds/32244
https://ews-build.webkit.org/#/builders/67/builds/31112
https://ews-build.webkit.org/#/builders/65/builds/34867
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100231041>
Hercules Hjalmarsson
Issue currently not on ToT.