[Webkit-unassigned] [Bug 30358] New: ApplicationCacheStorage error while compiling WebKit/gtk/webkit/webkitapplicationcache.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 14 06:32:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=30358
Summary: ApplicationCacheStorage error while compiling
WebKit/gtk/webkit/webkitapplicationcache.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kutagrob at mail.ru
File ApplicationCacheStorage.cpp from
http://svn.webkit.org/repository/webkit/trunk/WebCore/loader/appcache/ApplicationCacheStorage.cpp
-ApplicationCacheStorage::ApplicationCacheStorage()
- : m_maximumSize(INT_MAX)
- , m_isMaximumSizeReached(false)
-{
-}
+ApplicationCacheStorage::ApplicationCacheStorage()
+{
+ m_maximumSize(INT_MAX);
+ m_isMaximumSizeReached(false);
+}
This causes error when net-libs/webkit-gtk-9999 from multilib overlay of gentoo
is compiled.
--
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