[webkit-changes] [WebKit/WebKit] e4d634: Remove main thread assertion in Font::canRenderCom...

mattwoodrow noreply at github.com
Wed Oct 26 23:24:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e4d634484dc800d4409f85f112e77bbbc2a3eeb9
      https://github.com/WebKit/WebKit/commit/e4d634484dc800d4409f85f112e77bbbc2a3eeb9
  Author: Matt Woodrow <mattwoodrow at apple.com>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/graphics/Font.cpp

  Log Message:
  -----------
  Remove main thread assertion in Font::canRenderCombiningCharacterSequence
https://bugs.webkit.org/show_bug.cgi?id=247105
<rdar://problem/101617568>

Reviewed by Cameron McCormack.

We no longer need this code to be running on the main thread, as we have a per-thread FontCache.

* Source/WebCore/platform/graphics/Font.cpp:
(WebCore::Font::canRenderCombiningCharacterSequence const):

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




More information about the webkit-changes mailing list