[webkit-changes] [WebKit/WebKit] 7ba52b: REGRESSION(260407 at main) Unreviewed build fix for W...

Fujii Hironori noreply at github.com
Thu Feb 16 21:30:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ba52be592336ca7a84381dac6f28631d449d281
      https://github.com/WebKit/WebKit/commit/7ba52be592336ca7a84381dac6f28631d449d281
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

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

  Log Message:
  -----------
  REGRESSION(260407 at main) Unreviewed build fix for Windows port
https://bugs.webkit.org/show_bug.cgi?id=252279

Patch by Alan Baradlay

Windows port couldn't compile.

> layout/formattingContexts/inline/invalidation/InlineInvalidation.cpp(62): error C3487: 'unsigned long': all return expressions must deduce to the same type: previously it was 'size_t'
> layout/formattingContexts/inline/invalidation/InlineInvalidation.cpp(61): error C3487: 'unsigned long': all return expressions must deduce to the same type: previously it was 'size_t'

* Source/WebCore/layout/formattingContexts/inline/invalidation/InlineInvalidation.cpp:
(WebCore::Layout::InlineInvalidation::textInserted):

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




More information about the webkit-changes mailing list