Bug 161267 - Get rid of NetworkResourceLoader::sendAbortingOnFailure
Summary: Get rid of NetworkResourceLoader::sendAbortingOnFailure
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 14:21 PDT by Anders Carlsson
Modified: 2016-08-26 15:18 PDT (History)
0 users

See Also:


Attachments
Patch (9.45 KB, patch)
2016-08-26 14:32 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

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