Bug 301474
| Summary: | Fix the internal watchOS build | ||
|---|---|---|---|
| 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, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
On some SDKs, we start presenting this alert:
```
In file included from /Build/Release-watchsimulator/DerivedSources/WebKit/unified-sources/UnifiedSource57-nonARC.mm:3:
/Source/WebKit/UIProcess/ios/WKTextInteractionWrapper.mm:98:10: error: private field 'm_reactivateSelection' is not used [-Werror,-Wunused-private-field]
98 | bool m_reactivateSelection { false };
1 error generated.
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163417901>
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/53002
EWS
Committed 302164@main (a449cd72e50a): <https://commits.webkit.org/302164@main>
Reviewed commits have been landed. Closing PR #53002 and removing active labels.