Bug 210696

Summary: Remove unneeded code from FrameLoader::loadURL
Product: WebKit Reporter: Rob Buis <rbuis>
Component: New BugsAssignee: Rob Buis <rbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, darin, ews-watchlist, japhet, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Rob Buis
Reported 2020-04-18 12:58:54 PDT
Remove unneeded code from FrameLoader::loadURL, since the only way the load type can be Reload is if loadFrameRequest set it, and the only way loadFrameRequest can set it is if cachePolicy is ReloadIgnoringCacheData, so no need to set it again in FrameLoader::loadURL.
Attachments
Patch (1.56 KB, patch)
2020-04-18 13:00 PDT, Rob Buis
no flags
Rob Buis
Comment 1 2020-04-18 13:00:59 PDT
EWS
Comment 2 2020-04-19 23:20:11 PDT
Committed r260351: <https://trac.webkit.org/changeset/260351> All reviewed patches have been landed. Closing bug and clearing flags on attachment 396861 [details].
Radar WebKit Bug Importer
Comment 3 2020-04-19 23:21:14 PDT
Note You need to log in before you can comment on or make changes to this bug.