Bug 113722

Summary: WebCache should do the normal initialization dance
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit Misc.Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 2013-04-01 14:21:16 PDT
Just like all the other classes-that-might-get-brought-up-before-WebView.

<rdar://problem/13424530>
Comment 1 Tim Horton 2013-04-01 14:26:52 PDT
Created attachment 196022 [details]
patch
Comment 2 Anders Carlsson 2013-04-01 14:28:44 PDT
Comment on attachment 196022 [details]
patch

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

> Source/WebKit/mac/Misc/WebCache.mm:48
> +    WebCoreObjCFinalizeOnMainThread(self);

This isn’t needed since WebCache is a singleton.
Comment 3 Tim Horton 2013-04-01 14:32:12 PDT
http://trac.webkit.org/changeset/147363