[Webkit-unassigned] [Bug 30358] [Gtk] ApplicationCacheStorage error while compiling WebKit/gtk/webkit/webkitapplicationcache.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 14 12:54:25 PDT 2009


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





--- Comment #5 from kutagrob at mail.ru  2009-10-14 12:54:25 PDT ---
May be i'm not right. I don't know C++ very good, but after strings I wrote
these strings go:
ApplicationCacheStorage& cacheStorage()
{
    DEFINE_STATIC_LOCAL(ApplicationCacheStorage, storage, ());

    return storage;
}

On that 'function' it fails to compile:
void webkit_application_cache_set_maximum_size(unsigned long long size)
{
    WebCore::cacheStorage().empty();
    WebCore::cacheStorage().vacuumDatabaseFile();
    WebCore::cacheStorage().setMaximumSize(size);
}

But after changing lines I get an error, which goes after error above.

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