Bug 114541

Summary: REGRESSION (r141981): Crash when closing a Google Docs document
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Page LoadingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, jochen
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 114616, 114619    
Bug Blocks:    
Attachments:
Description Flags
proposed fix beidson: review+

Description Alexey Proskuryakov 2013-04-12 15:59:27 PDT
FrameNetworkingContext::shouldClearReferrerOnHTTPSToHTTPRedirect gets called when m_frame is null, because there is an onunload ping that has a redirect from https to http.

<rdar://problem/13277362>
Comment 1 Alexey Proskuryakov 2013-04-12 16:03:41 PDT
Created attachment 197902 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-12 16:10:53 PDT
Committed <https://trac.webkit.org/r148310>.