Bug 255025

Summary: REGRESSION(262547@main) ASSERTION FAILED: !m_size.isEmpty()
Product: WebKit Reporter: Vitaly Dyackhov <vitaly>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Vitaly Dyackhov
Reported 2023-04-05 02:50:44 PDT
``` ShareableBitmapConfiguration::ShareableBitmapConfiguration(const IntSize& size, std::optional<DestinationColorSpace> colorSpace, bool isOpaque, unsigned bytesPerPixel, unsigned bytesPerRow #if USE(CG) , CGBitmapInfo bitmapInfo #endif ) : m_size(size) , m_colorSpace(colorSpace) , m_isOpaque(isOpaque) , m_bytesPerPixel(bytesPerPixel) , m_bytesPerRow(bytesPerRow) #if USE(CG) , m_bitmapInfo(bitmapInfo) #endif { ASSERT(!m_size.isEmpty()); } ```
Attachments
Vitaly Dyackhov
Comment 1 2023-04-05 03:02:01 PDT
Vitaly Dyackhov
Comment 2 2023-04-05 03:49:17 PDT
*** This bug has been marked as a duplicate of bug 255001 ***
Note You need to log in before you can comment on or make changes to this bug.