Bug 214715

Summary: Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame and a few other places
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, esprehn+autocc, ews-watchlist, ggaren, japhet, kangil.han, mkwst, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Alex Christensen 2020-07-23 17:39:37 PDT
Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame
Comment 1 Alex Christensen 2020-07-24 17:07:18 PDT
Created attachment 405205 [details]
Patch
Comment 2 Geoffrey Garen 2020-07-24 17:26:57 PDT
Comment on attachment 405205 [details]
Patch

r=me
Comment 3 Alex Christensen 2020-07-24 20:08:50 PDT
Comment on attachment 405205 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=405205&action=review

> Source/WebCore/loader/SubframeLoader.cpp:335
> +        document->decrementLoadEventDelayCount();

This line was committed in https://trac.webkit.org/changeset/264878/webkit
Committing without it.
Comment 4 Alex Christensen 2020-07-24 20:10:31 PDT
http://trac.webkit.org/r264880
Comment 5 Radar WebKit Bug Importer 2020-07-24 20:11:18 PDT
<rdar://problem/66087326>