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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 10:41:19 PDT 2012


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





--- Comment #4 from Michael Nordman <michaeln at google.com>  2012-05-30 10:41:18 PST ---
(From update of attachment 144773)
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).

-- 
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