[webkit-changes] [WebKit/WebKit] 5ae4a2: ASSERT(floatConstraints.left || floatConstraints.r...

alan noreply at github.com
Mon Sep 12 06:47:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5ae4a254dd8aa39ee9b0456c26579689da65a08c
      https://github.com/WebKit/WebKit/commit/5ae4a254dd8aa39ee9b0456c26579689da65a08c
  Author: Alan Bujtas <zalan at apple.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp

  Log Message:
  -----------
  ASSERT(floatConstraints.left || floatConstraints.right) in InlineFormattingGeometry::logicalTopForNextLine
https://bugs.webkit.org/show_bug.cgi?id=245050

Reviewed by Antti Koivisto.

Do not try to compute geometry for the next line (e.g. line top) when there's no next line (i.e. we are at the end of the inline content).

* Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:
(WebCore::Layout::InlineFormattingContext::lineLayout):

Canonical link: https://commits.webkit.org/254378@main




More information about the webkit-changes mailing list