Bug 310728
| Summary: | REGRESSION(309929@main): Internal iOS build is broken ('c_str' not found on object of type 'NSString *') | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | New Bugs | Assignee: | Abrar Rahman Protyasha <a_protyasha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, basuke, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
```
Source/WebKit/UIProcess/Downloads/DownloadProxyCocoa.mm:93:160: error: property 'c_str' not found on object of type 'NSString *'
93 | RELEASE_LOG_ERROR(Network, "DownloadProxy::bookmarkDataForURL: Failed to create bookmark data for URL, error = %" PUBLIC_LOG_STRING, error.description.c_str());
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/173346231>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/61348
EWS
Committed 309936@main (2b08ea78dbc5): <https://commits.webkit.org/309936@main>
Reviewed commits have been landed. Closing PR #61348 and removing active labels.