[webkit-changes] [WebKit/WebKit] 3b9db2: Fix build break after 279710 at main

Said Abou-Hallawa noreply at github.com
Tue Jun 4 14:50:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3b9db2bc9385f42c8da8b1740771a055addfdebf
      https://github.com/WebKit/WebKit/commit/3b9db2bc9385f42c8da8b1740771a055addfdebf
  Author: Said Abou-Hallawa <said at apple.com>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/BitmapImageDescriptor.cpp

  Log Message:
  -----------
  Fix build break after 279710 at main
https://bugs.webkit.org/show_bug.cgi?id=275128
rdar://129240808

Unreviewed build break fix.

BitmapImageDescriptor holds a reference to BitmapImageSource. So use '.' instead
of '->' operator to access m_source in shouldUseQuickLookForFullscreen().

* Source/WebCore/platform/graphics/BitmapImageDescriptor.cpp:
(WebCore::BitmapImageDescriptor::shouldUseQuickLookForFullscreen const):

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