[Webkit-unassigned] [Bug 87838] Expose setApplicationCacheOriginQuota via window.internals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 16:17:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87838





--- Comment #6 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2012-06-02 16:17:36 PST ---
(In reply to comment #4)
> (From update of attachment 144773 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=144773&action=review
> 
> > Source/WebCore/testing/Internals.cpp:980
> > +    cacheStorage().storeUpdatedQuotaForOrigin(document->securityOrigin(), quota);
> 
> This won't build in the chromium port because it doesn't use the ApplicationCacheStorage class, that file isn't compiled or linked into the project. Please just conditionally compile this method body out #if PLATFORM(CHROMIUM).

Done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list