[Webkit-unassigned] [Bug 255025] New: REGRESSION(262547 at main) ASSERTION FAILED: !m_size.isEmpty()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 5 02:50:44 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255025

            Bug ID: 255025
           Summary: REGRESSION(262547 at main) ASSERTION FAILED:
                    !m_size.isEmpty()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vitaly at igalia.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

```
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());
}
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230405/7f5275f7/attachment.htm>


More information about the webkit-unassigned mailing list