[webkit-changes] [WebKit/WebKit] 312173: [GCC] Build fix for Ubuntu 22.04 after 278396 at main

Diego Pino noreply at github.com
Tue May 7 04:48:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3121737bc0e6c77e09a6f988d6f3d1f847f7f7f3
      https://github.com/WebKit/WebKit/commit/3121737bc0e6c77e09a6f988d6f3d1f847f7f7f3
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2024-05-07 (Tue, 07 May 2024)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp

  Log Message:
  -----------
  [GCC] Build fix for Ubuntu 22.04 after 278396 at main
https://bugs.webkit.org/show_bug.cgi?id=273744

Reviewed by Nikolas Zimmermann and Carlos Alberto Lopez Perez.

The compiler complains if an inline lambda is used as a template
parameter on 'StringView::containsOnly'. Refactor the lambda as a
declared function.

* Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:
(WebCore::Layout::isNotBidiRTL):
(WebCore::Layout::TextUtil::containsStrongDirectionalityText):

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