Bug 214149 - REGRESSION(r217248): ASSERT_NOT_REACHED() in toWebFrameLoadType()
Summary: REGRESSION(r217248): ASSERT_NOT_REACHED() in toWebFrameLoadType()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: BJ Burg
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-09 10:41 PDT by BJ Burg
Modified: 2020-07-09 14:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.02 KB, patch)
2020-07-09 10:57 PDT, BJ Burg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2020-07-09 10:41:11 PDT
ASSERT_NOT_REACHED() hit in toWebFrameLoadType() in WebFrame.mm, because type is FrameLoadType::ReloadExpiredOnly. This happens when remote inspection triggers a reload via InspectorPageAgent::reload() and the 'revalidateAllResources' optional argument is false or not specified.
Comment 1 BJ Burg 2020-07-09 10:41:37 PDT
<rdar://65142563>
Comment 2 BJ Burg 2020-07-09 10:57:06 PDT
Created attachment 403890 [details]
Patch
Comment 3 Joseph Pecoraro 2020-07-09 11:01:21 PDT
Comment on attachment 403890 [details]
Patch

r=me
Comment 4 EWS 2020-07-09 14:20:28 PDT
Committed r264195: <https://trac.webkit.org/changeset/264195>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403890 [details].