Bug 282414
Summary: | Fix the open source macOS 15.1-and-above build after 284018@main | ||
---|---|---|---|
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, jbedard, me, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Abrar Rahman Protyasha
Build error, reported by maraisr:
```
Source/WebKit/UIProcess/WebAuthentication/Mock/MockNfcService.mm:251:70: error: instance method
'-initWithUIType:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
251 | auto readerSession = adoptNS([allocNFReaderSessionInstance() initWithUIType:NFReaderSessionUINone]);
| ^~~~~~~~~~~~~~
Source/WebKit/UIProcess/WebAuthentication/Mock/MockNfcService.mm:251:85: error: use of undeclared identifier
'NFReaderSessionUINone'
251 | auto readerSession = adoptNS([allocNFReaderSessionInstance() initWithUIType:NFReaderSessionUINone]);
|
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139032978>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/36024
EWS
Committed 285991@main (62a6f504bf7e): <https://commits.webkit.org/285991@main>
Reviewed commits have been landed. Closing PR #36024 and removing active labels.