[webkit-changes] [WebKit/WebKit] 6ff8c5: Build fix for Debian Stable after 265057 at main http...

Diego Pino noreply at github.com
Tue Jun 13 00:33:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6ff8c5f88a558334ac0631c993947f0cc5883cb6
      https://github.com/WebKit/WebKit/commit/6ff8c5f88a558334ac0631c993947f0cc5883cb6
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M Source/WebCore/css/CSSWordBoundaryDetectionValue.cpp
    M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp
    M Source/WebCore/rendering/RenderText.cpp
    M Source/WebCore/rendering/style/WordBoundaryDetection.h

  Log Message:
  -----------
  Build fix for Debian Stable after 265057 at main https://bugs.webkit.org/show_bug.cgi?id=257931

Reviewed by Myles C. Maxfield.

Attempt to visit an inherited variant results into a compiler error in libstdc++-10.
See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90943

Refactor code to work around compiler error.

* Source/WebCore/css/CSSWordBoundaryDetectionValue.cpp:
(WebCore::CSSWordBoundaryDetectionValue::customCSSText const):
* Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:
(WebCore::Layout::TextUtil::contentAnalysis):
* Source/WebCore/rendering/RenderText.cpp:
(WebCore::mapWordBoundaryDetectionToContentAnalysis):
* Source/WebCore/rendering/style/WordBoundaryDetection.h:
(WebCore::operator<<):

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




More information about the webkit-changes mailing list