Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ea64ba9374c3931b19539a2aebd47b59c1781453
      
https://github.com/WebKit/WebKit/commit/ea64ba9374c3931b19539a2aebd47b59c1781453
  Author: Wenson Hsieh <[email protected]>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h
    M Source/WebCore/editing/cocoa/AttributedString.mm
    M Source/WebCore/editing/cocoa/NodeHTMLConverter.mm

  Log Message:
  -----------
  Fix the Catalyst build after recent changes in UIFoundation (rdar://164301290)
https://bugs.webkit.org/show_bug.cgi?id=303488
rdar://165774936

Reviewed by Aditya Keerthi and Abrar Rahman Protyasha.

Fix the build after the changes in rdar://164301290; we avoid importing 
`<UIFoundation/NSTextTable.h>`
on Catalyst, since the header does not declare `NSTextBlock` when 
`TARGET_OS_MACCATALYST` is defined
(so we need to fall back on forward declarations).

* Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h:
* Source/WebCore/editing/cocoa/AttributedString.mm:
(WebCore::extractParagraphStyle):
* Source/WebCore/editing/cocoa/NodeHTMLConverter.mm:
(HTMLConverter::_exitElement):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to