Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7cf0e3722de99a6fc09380aae193381be6733ebb
      
https://github.com/WebKit/WebKit/commit/7cf0e3722de99a6fc09380aae193381be6733ebb
  Author: Pawel Lampe <[email protected]>
  Date:   2024-07-18 (Thu, 18 Jul 2024)

  Changed paths:
    M Source/WebCore/css/FontFace.cpp

  Log Message:
  -----------
  Unable to load a font face on nxp imx8mp platform
https://bugs.webkit.org/show_bug.cgi?id=276607

Reviewed by Fujii Hironori.

This PR marks `dataRequiresAsynchronousLoading` not to be optimized or reordered
thus avoiding the problems with loading font faces on ARM64 platform were GCC
compiler suffers from a bug that makes it optimize lambda captures too 
aggressively.

* Source/WebCore/css/FontFace.cpp:
(WebCore::FontFace::create):

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