Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 23949b6eb1d8aadb819286c7a97b1094d5860443
      
https://github.com/WebKit/WebKit/commit/23949b6eb1d8aadb819286c7a97b1094d5860443
  Author: Claudio Saavedra <[email protected]>
  Date:   2026-05-26 (Tue, 26 May 2026)

  Changed paths:
    M Source/WebCore/loader/CrossOriginEmbedderPolicyValue.h

  Log Message:
  -----------
  Fix -Wunused-variable for allCrossOriginEmbedderPolicyValues with GCC
https://bugs.webkit.org/show_bug.cgi?id=315585

Reviewed by Anne van Kesteren.

The constexpr namespace-scope array has internal linkage, so every TU
that includes the header gets its own copy and GCC warns wherever it
is not referenced. Mark it inline constexpr.

* Source/WebCore/loader/CrossOriginEmbedderPolicyValue.h:

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



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

Reply via email to