Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b08ea78dbc56430f7a5018b0bef4db2dca4ce11
      
https://github.com/WebKit/WebKit/commit/2b08ea78dbc56430f7a5018b0bef4db2dca4ce11
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    M Source/WebKit/UIProcess/Downloads/DownloadProxyCocoa.mm

  Log Message:
  -----------
  REGRESSION(309929@main): Internal iOS build is broken ('c_str' not found on 
object of type 'NSString *')
https://bugs.webkit.org/show_bug.cgi?id=310728
rdar://173346231

Unreviewed build fix.

NSError.description field is an NSString and such does not have the
std::basic_string<T>::c_str() interface. Replace with UTF8String.

* Source/WebKit/UIProcess/Downloads/DownloadProxyCocoa.mm:
(WebKit::DownloadProxy::bookmarkDataForURL):

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



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

Reply via email to