[webkit-changes] [WebKit/WebKit] cbdd3c: REGRESSION(284780 at main) [GTK][WPE][Debug] Build fa...

Vitaly Dyachkov noreply at github.com
Wed Oct 9 13:57:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cbdd3c329804565a084971c4d6f8f9662ab9251f
      https://github.com/WebKit/WebKit/commit/cbdd3c329804565a084971c4d6f8f9662ab9251f
  Author: Vitaly Dyachkov <vitaly at igalia.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M Source/WebCore/rendering/RenderLayer.cpp

  Log Message:
  -----------
  REGRESSION(284780 at main) [GTK][WPE][Debug] Build failure with GCC: no match for ‘operator==’ (operand types are ‘unsigned char:2’ and ‘WebCore::RepaintStatus’)
https://bugs.webkit.org/show_bug.cgi?id=281056

Reviewed by Matt Woodrow and Michael Catanzaro.

This is clearly a compiler bug.
Using `this->m_repaintStatus` forces `gcc` to re-evaluate the type
and fixes the problem.

* Source/WebCore/rendering/RenderLayer.cpp:
(WebCore::RenderLayer::recursiveUpdateLayerPositions):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list