Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c24a25eda1fc492d06f0ecb0d1f719f989a3d194
      
https://github.com/WebKit/WebKit/commit/c24a25eda1fc492d06f0ecb0d1f719f989a3d194
  Author: Don Olmstead <[email protected]>
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
    M 
Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp

  Log Message:
  -----------
  Build error unknown type name HB_BEGIN_DECLS
https://bugs.webkit.org/show_bug.cgi?id=273513

Unreviewed build fix.

During an update of HarfBuzz `FontCustomPlatformDataFreeType.cpp` started
erroring with an unknown type name error for `HB_BEGIN_DECLS`. Include `hb.h`
before `hb-features.h` so the macro is present.

* Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to