Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 23935509223c0c558f4be342a9e4711b1ccfa075
      
https://github.com/WebKit/WebKit/commit/23935509223c0c558f4be342a9e4711b1ccfa075
  Author: Chris Dumez <[email protected]>
  Date:   2024-04-06 (Sat, 06 Apr 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/TextRun.h

  Log Message:
  -----------
  Regression(276859@main): Crashes in ~GlyphDisplayListCacheEntry() on the bots
https://bugs.webkit.org/show_bug.cgi?id=272288
rdar://125823370

Unreviewed partial revert of 276859@main. In particular, I'm reverting the
code simplification attempt to TextRun::isolatedCopy() that I had made.
It seems that calling String::isolatedCopy() is not sufficient here, likely
due to the optimization in String/StringImpl to avoid a deep copy in some
cases.

* Source/WebCore/platform/graphics/TextRun.h:
(WebCore::TextRun::isolatedCopy const):

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