Bug 57567

Summary: WebKitInitializeApplicationCachePathIfNecessary should be moved from WebView.mm to WebApplicationCache.mm
Product: WebKit Reporter: Anton D'Auria <adauria>
Component: WebKit APIAssignee: Anton D'Auria <adauria>
Status: RESOLVED WONTFIX    
Severity: Normal CC: andersca, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Anton D'Auria 2011-03-31 12:13:22 PDT
WebKitInitializeStorageIfNecessary() should not be in WebView.mm. WebApplicationCache should know about how to initialize itself. It should follow the pattern in WebStorageManager and WebDatabaseManager. 

Mac port clients can then call this initialization method directly.