Bug 113722 - WebCache should do the normal initialization dance
Summary: WebCache should do the normal initialization dance
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-01 14:21 PDT by Tim Horton
Modified: 2013-04-01 14:32 PDT (History)
3 users (show)

See Also:


Attachments
patch (1.62 KB, patch)
2013-04-01 14:26 PDT, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

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