[webkit-reviews] review granted: [Bug 260862] [IFC] LayoutState::destroyBlock/InlineFormattingState functions use the wrong map : [Attachment 467484] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 29 07:42:39 PDT 2023


Antti Koivisto <koivisto at iki.fi> has granted  review:
Bug 260862: [IFC] LayoutState::destroyBlock/InlineFormattingState functions use
the wrong map
https://bugs.webkit.org/show_bug.cgi?id=260862

Attachment 467484: Patch

https://bugs.webkit.org/attachment.cgi?id=467484&action=review




--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 467484
  --> https://bugs.webkit.org/attachment.cgi?id=467484
Patch

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

> Source/WebCore/layout/LayoutState.cpp:190
> -    m_inlineFormattingStates.remove(&formattingContextRoot);
> +    m_blockFormattingStates.remove(&formattingContextRoot);

OOPS


More information about the webkit-reviews mailing list