RESOLVED FIXED 216866
[LFC][Floats] Remove the redundant RuntimeEnabledFeatures::layoutFormattingContextIntegrationEnabled() check from FloatingState::append
https://bugs.webkit.org/show_bug.cgi?id=216866
Summary [LFC][Floats] Remove the redundant RuntimeEnabledFeatures::layoutFormattingCo...
alan baradlay
Reported 2020-09-22 19:48:59 PDT
ssia
Attachments
Patch (2.41 KB, patch)
2020-09-22 20:00 PDT, alan baradlay
no flags
Patch (2.41 KB, patch)
2020-09-22 20:07 PDT, alan baradlay
no flags
alan baradlay
Comment 1 2020-09-22 20:00:28 PDT
Simon Fraser (smfr)
Comment 2 2020-09-22 20:02:54 PDT
Comment on attachment 409446 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409446&action=review > Source/WebCore/layout/floats/FloatingState.cpp:68 > + ASSERT(!floatItem.floatBox() || m_floats.findMatching([&] (auto& entry) { ASSERT_IMPLIES(floatItem.floatBox(), ....) ?
alan baradlay
Comment 3 2020-09-22 20:05:47 PDT
(In reply to Simon Fraser (smfr) from comment #2) > Comment on attachment 409446 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=409446&action=review > > > Source/WebCore/layout/floats/FloatingState.cpp:68 > > + ASSERT(!floatItem.floatBox() || m_floats.findMatching([&] (auto& entry) { > > ASSERT_IMPLIES(floatItem.floatBox(), ....) ? good point!
alan baradlay
Comment 4 2020-09-22 20:07:47 PDT
EWS
Comment 5 2020-09-22 20:48:26 PDT
Committed r267460: <https://trac.webkit.org/changeset/267460> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409447 [details].
Radar WebKit Bug Importer
Comment 6 2020-09-22 21:28:04 PDT
Note You need to log in before you can comment on or make changes to this bug.