Bug 245493 - [ EWS tvOS15 watchOS8 Simulator ] Build failure due to errors
Summary: [ EWS tvOS15 watchOS8 Simulator ] Build failure due to errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-21 10:55 PDT by Hercules Hjalmarsson
Modified: 2022-09-22 08:37 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hercules Hjalmarsson 2022-09-21 10:55:53 PDT
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
Comment 1 Radar WebKit Bug Importer 2022-09-21 10:56:25 PDT
<rdar://problem/100231041>
Comment 2 Hercules Hjalmarsson 2022-09-22 08:37:17 PDT
Issue currently not on ToT.