Bug 215505 - Simplify FrameLoader::open
Summary: Simplify FrameLoader::open
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-14 08:45 PDT by Rob Buis
Modified: 2020-08-14 11:56 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2020-08-14 08:47 PDT, Rob Buis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2020-08-14 08:45:25 PDT
There is no need to set m_isComplete to false since the started() call
a few lines below does the same thing.
Comment 1 Rob Buis 2020-08-14 08:47:08 PDT
Created attachment 406596 [details]
Patch
Comment 2 EWS 2020-08-14 11:55:14 PDT
Committed r265687: <https://trac.webkit.org/changeset/265687>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406596 [details].
Comment 3 Radar WebKit Bug Importer 2020-08-14 11:56:17 PDT
<rdar://problem/67087162>