[Webkit-unassigned] [Bug 210696] New: Remove unneeded code from FrameLoader::loadURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 18 12:58:54 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210696

            Bug ID: 210696
           Summary: Remove unneeded code from FrameLoader::loadURL
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rbuis at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200418/fe083f85/attachment-0001.htm>


More information about the webkit-unassigned mailing list