Bug 245493

Summary: [ EWS tvOS15 watchOS8 Simulator ] Build failure due to errors
Product: WebKit Reporter: Hercules Hjalmarsson <hhjalmarsson>
Component: New BugsAssignee: 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   

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.