Bug 129175 - [Mac] Cache callbacks for cache partitioning may be passed null
Summary: [Mac] Cache callbacks for cache partitioning may be passed null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vicki Pfau
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-21 15:30 PST by Vicki Pfau
Modified: 2014-02-21 16:26 PST (History)
0 users

See Also:


Attachments
Patch (2.01 KB, patch)
2014-02-21 16:03 PST, Vicki Pfau
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 2014-02-21 15:30:32 PST
Some of the callbacks for cache partitioning may be passed null values on Mac, which are not currently properly handled.

<rdar://problem/16117886>
Comment 1 Vicki Pfau 2014-02-21 16:03:45 PST
Created attachment 224921 [details]
Patch
Comment 2 Vicki Pfau 2014-02-21 16:05:25 PST
Of note: I'm planning to merge some WKSI changes into the final patch, but those changes are API-compatible so it shouldn't cause a problem.
Comment 3 Vicki Pfau 2014-02-21 16:26:12 PST
Committed r164516: <http://trac.webkit.org/changeset/164516>