Bug 269413
| Summary: | Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS bindings functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Bindings | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Silence static analyzer warning in generated isReachableFromOpaqueRoots() JS bindings functions. We don't actually need to protected `wrapped` in the JS bindings. Also, this function gets called off the main thread so it would likely hit threading assertions in RefCounted if we tried.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/24463
EWS
Committed 274732@main (155045a81bee): <https://commits.webkit.org/274732@main>
Reviewed commits have been landed. Closing PR #24463 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123013108>