[webkit-changes] [WebKit/WebKit] f3616f: REGRESSION(271118 at main): CheckboxInputType.cpp sho...

Fujii Hironori noreply at github.com
Sun Nov 26 12:10:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f3616fd9bff9801d428a8c0e775c5938c8188e29
      https://github.com/WebKit/WebKit/commit/f3616fd9bff9801d428a8c0e775c5938c8188e29
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-11-26 (Sun, 26 Nov 2023)

  Changed paths:
    M Source/WebCore/html/CheckboxInputType.cpp

  Log Message:
  -----------
  REGRESSION(271118 at main): CheckboxInputType.cpp should include RenderStyleInlines.h
https://bugs.webkit.org/show_bug.cgi?id=265108

Unreviewed build fix. Windows port debug builds can't compile after
271118 at main with the following error.

> WebCore\rendering\style\RenderStyle.h(381,17): error: inline function 'WebCore::RenderStyle::hasEffectiveAppearance' is not defined [-Werror,-Wundefined-inline]
>   381 |     inline bool hasEffectiveAppearance() const;
>       |                 ^
> WebCore\html/CheckboxInputType.cpp(143,43): note: used here
>   143 |     ASSERT(element()->renderer()->style().hasEffectiveAppearance());
>       |                                           ^

* Source/WebCore/html/CheckboxInputType.cpp:

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




More information about the webkit-changes mailing list