Bug 218597 - Use std::exchange instead of WTFMove to avoid using members after moving them in NavigationScheduler.cpp
Summary: Use std::exchange instead of WTFMove to avoid using members after moving them...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-11-04 17:20 PST by Alex Christensen
Modified: 2020-11-05 08:13 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.33 KB, patch)
2020-11-04 17:20 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2020-11-04 17:20:15 PST
Use std::exchange instead of WTFMove to avoid using members after moving them in NavigationScheduler.cpp
Comment 1 Alex Christensen 2020-11-04 17:20:52 PST
Created attachment 413229 [details]
Patch
Comment 2 EWS 2020-11-05 08:12:09 PST
Committed r269432: <https://trac.webkit.org/changeset/269432>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413229 [details].
Comment 3 Radar WebKit Bug Importer 2020-11-05 08:13:23 PST
<rdar://problem/71078634>