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

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

  Log Message:
  -----------
  REGRESSION(284780@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to