[webkit-changes] [WebKit/WebKit] 59efc6: Fix use-after-move in WebCore:: LineBuilder::tryPl...
Alan Baradlay
noreply at github.com
Sat Dec 10 15:59:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 59efc6d73de9c4c10a83ca5e9125774cc07488aa
https://github.com/WebKit/WebKit/commit/59efc6d73de9c4c10a83ca5e9125774cc07488aa
Author: Alan Baradlay <zalan at apple.com>
Date: 2022-12-10 (Sat, 10 Dec 2022)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp
Log Message:
-----------
Fix use-after-move in WebCore:: LineBuilder::tryPlacingFloatBox()
https://bugs.webkit.org/show_bug.cgi?id=249058
Reviewed by Antti Koivisto.
Remove incorrect WTFMove (FloatingState::append takes FloatItem).
* Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:
(WebCore::Layout::LineBuilder::tryPlacingFloatBox):
Canonical link: https://commits.webkit.org/257688@main
More information about the webkit-changes
mailing list