Bug 240710

Summary: Non-unified build fixes, late-ish May 2022 edition
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: 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
📈️
Comment 1 Adrian Perez 2022-05-20 02:09:21 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;                                                                                                                                                                                                                              
      ^
Comment 2 Adrian Perez 2022-05-20 02:12:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/824
Comment 3 EWS 2022-05-20 02:16:56 PDT
Committed r294538 (250793@main): <https://commits.webkit.org/250793@main>

Reviewed commits have been landed. Closing PR #824 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2022-05-20 02:17:14 PDT
<rdar://problem/93642831>