The change 262547@main adds the assertion `ASSERT(!m_size.isEmpty());` in all the ShareableBitmapConfiguration constructors. However one of them is called when decoding a null ShareableBitmapHandle in UIProcess which has m_size.isEmpty() true. The corresponding ShareableBitmapConfiguration was created with the default constructor in WebProcess.
<rdar://problem/107625511>
Pull request: https://github.com/WebKit/WebKit/pull/12389
*** Bug 255009 has been marked as a duplicate of this bug. ***
Committed 262599@main (05a6289e70ae): <https://commits.webkit.org/262599@main> Reviewed commits have been landed. Closing PR #12389 and removing active labels.
*** Bug 255025 has been marked as a duplicate of this bug. ***