[webkit-changes] [WebKit/WebKit] b31165: Fix Windows build after 273800 at main

Vitor Roriz noreply at github.com
Tue Jan 30 20:22:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b31165e92aedb8a8acb437f6f229e7d042f03da5
      https://github.com/WebKit/WebKit/commit/b31165e92aedb8a8acb437f6f229e7d042f03da5
  Author: Vitor Roriz <vitor.roriz at apple.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/block/BlockLayoutState.h

  Log Message:
  -----------
  Fix Windows build after 273800 at main
https://bugs.webkit.org/show_bug.cgi?id=268436
rdar://problem/121983146

Reviewed by Ross Kirsling.

Windows build was broken by https://commits.webkit.org/273800@main
because apparently MSVC could not implicitly convert 0ul to size_t.

* Source/WebCore/layout/formattingContexts/block/BlockLayoutState.h:
(WebCore::Layout::BlockLayoutState::LineClamp::allowedLineCount const):

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




More information about the webkit-changes mailing list