Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c6f6bae295ab7d3a47e6ec2b3c3c89a501360364
      
https://github.com/WebKit/WebKit/commit/c6f6bae295ab7d3a47e6ec2b3c3c89a501360364
  Author: Claudio Saavedra <[email protected]>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/DoubleSize.h

  Log Message:
  -----------
  error: call to non-‘constexpr’ function ‘double WebCore::DoubleSize::width() 
const’
https://bugs.webkit.org/show_bug.cgi?id=297114

Reviewed by Justin Michaud.

This fixes the build with older compilers, where DoublePoint constexpr
member functions can't build because DoubleSize getters are not constexpr.

* Source/WebCore/platform/graphics/DoubleSize.h:
(WebCore::DoubleSize::width const):
(WebCore::DoubleSize::height const):

Canonical link: https://commits.webkit.org/298387@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