Bug 240710 - Non-unified build fixes, late-ish May 2022 edition
Summary: Non-unified build fixes, late-ish May 2022 edition
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrian Perez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-20 02:05 PDT by Adrian Perez
Modified: 2022-05-20 02:17 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 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>