Bug 250826 - Fix use-after-move on navigationActionData
Summary: Fix use-after-move on navigationActionData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-19 02:10 PST by Charlie Wolfe
Modified: 2023-01-20 21:32 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Wolfe 2023-01-19 02:10:16 PST
We should fix the use-after-move on navigationActionData in WebPageProxy::decidePolicyForNavigationAction. This is benign, but we should still change this to fix the clang-tidy warning.
Comment 1 Radar WebKit Bug Importer 2023-01-19 02:10:35 PST
<rdar://problem/104420066>
Comment 2 Charlie Wolfe 2023-01-19 02:26:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/8822
Comment 3 EWS 2023-01-20 21:31:59 PST
Committed 259164@main (2f177bcd375a): <https://commits.webkit.org/259164@main>

Reviewed commits have been landed. Closing PR #8822 and removing active labels.