Bug 129175

Summary: [Mac] Cache callbacks for cache partitioning may be passed null
Product: WebKit Reporter: Vicki Pfau <jeffrey+webkit>
Component: Page LoadingAssignee: Vicki Pfau <jeffrey+webkit>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch beidson: review+

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>