Bug 214715 - Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFrame and a few other places
Summary: Null check frame in Document::dispatchDisabledAdaptationsDidChangeForMainFram...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-23 17:39 PDT by Alex Christensen
Modified: 2020-07-24 20:11 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.77 KB, patch)
2020-07-24 17:07 PDT, Alex Christensen
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>