Bug 161267

Summary: Get rid of NetworkResourceLoader::sendAbortingOnFailure
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2016-08-26 14:21:38 PDT
Get rid of NetworkResourceLoader::sendAbortingOnFailure
Comment 1 Anders Carlsson 2016-08-26 14:32:51 PDT
Created attachment 287149 [details]
Patch
Comment 2 mitz 2016-08-26 14:35:28 PDT
Comment on attachment 287149 [details]
Patch

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

> Source/WebKit2/ChangeLog:41
> +        This is called from the retrieveCacheEntry completino function, which has an early return for when the loader has been aborted.

Typo: “completino”
Comment 3 Anders Carlsson 2016-08-26 15:18:25 PDT
Committed r205052: <http://trac.webkit.org/changeset/205052>