[webkit-changes] [WebKit/WebKit] cc31f5: REGRESSION(287859 at main): Building with USE_SKIA_OP...

Adrian Perez noreply at github.com
Mon Dec 16 15:16:14 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc31f5736f7ed5d5d201dd81b9cf23e33b5bde1a
      https://github.com/WebKit/WebKit/commit/cc31f5736f7ed5d5d201dd81b9cf23e33b5bde1a
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

  Changed paths:
    M Source/ThirdParty/skia/src/xml/SkDOM.cpp

  Log Message:
  -----------
  REGRESSION(287859 at main): Building with USE_SKIA_OPENTYPE_SVG=ON fails with Clang 18.1+
https://bugs.webkit.org/show_bug.cgi?id=284779

Unreviewed build fix.

Move code around in order to have SkDOMParser declared earlier, before
the definition of the SkDOM::SkDOM() constructor, which is the point at
which the compiler needs to know the size and layout of the type.

* Source/ThirdParty/skia/src/xml/SkDOM.cpp:
(dupstr):
(SkDOMParser::SkDOMParser):
(SkDOMParser::getRoot const):
(SkDOMParser::flushAttributes):
(SkDOMParser::startCommon):

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