[Webkit-unassigned] [Bug 191532] ASSERTION FAILED: !m_embeddedObjectsToUpdate->contains(nullptr) in WebCore::FrameView::updateEmbeddedObjects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 15 10:27:19 PST 2020


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

--- Comment #8 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 390859
  --> https://bugs.webkit.org/attachment.cgi?id=390859
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=390859&action=review

> Source/WebCore/page/FrameView.h:831
>      HashSet<Widget*> m_widgetsInRenderTree;
> +    bool m_inUpdateEmbeddedObjects { false };
>      std::unique_ptr<ListHashSet<RenderEmbeddedObject*>> m_embeddedObjectsToUpdate;

This is introducing 3 bytes of wasted padding. Move the bool up with some other bools.

-- 
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/20200215/58074c82/attachment.htm>


More information about the webkit-unassigned mailing list