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

Description Rob Buis 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.
Comment 1 Rob Buis 2020-04-18 13:00:59 PDT
Created attachment 396861 [details]
Patch
Comment 2 EWS 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].
Comment 3 Radar WebKit Bug Importer 2020-04-19 23:21:14 PDT
<rdar://problem/62044972>