Title: [106924] trunk/Source/WebCore
Revision
106924
Author
o...@webkit.org
Date
2012-02-07 04:23:12 -0800 (Tue, 07 Feb 2012)

Log Message

[Qt][WK2] Compute and set cache capacities using the current CacheModel
https://bugs.webkit.org/show_bug.cgi?id=73918

Patch by Michael Brüning <michael.brun...@nokia.com> on 2012-02-07
Reviewed by Csaba Osztrogonác.

No new tests. (build fix).

* platform/qt/FileSystemQt.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106923 => 106924)


--- trunk/Source/WebCore/ChangeLog	2012-02-07 12:12:03 UTC (rev 106923)
+++ trunk/Source/WebCore/ChangeLog	2012-02-07 12:23:12 UTC (rev 106924)
@@ -3,6 +3,17 @@
         [Qt][WK2] Compute and set cache capacities using the current CacheModel
         https://bugs.webkit.org/show_bug.cgi?id=73918
 
+        Reviewed by Csaba Osztrogonác.
+
+        No new tests. (build fix).
+
+        * platform/qt/FileSystemQt.cpp:
+
+2012-02-07  Michael Brüning  <michael.brun...@nokia.com>
+
+        [Qt][WK2] Compute and set cache capacities using the current CacheModel
+        https://bugs.webkit.org/show_bug.cgi?id=73918
+
         Reviewed by Kenneth Rohde Christiansen.
 
         No new tests. (Not applicable)

Modified: trunk/Source/WebCore/platform/qt/FileSystemQt.cpp (106923 => 106924)


--- trunk/Source/WebCore/platform/qt/FileSystemQt.cpp	2012-02-07 12:12:03 UTC (rev 106923)
+++ trunk/Source/WebCore/platform/qt/FileSystemQt.cpp	2012-02-07 12:23:12 UTC (rev 106924)
@@ -39,7 +39,9 @@
 #include <QFile>
 #include <QFileInfo>
 #include <QTemporaryFile>
+#if !defined(Q_OS_WIN)
 #include <sys/statvfs.h>
+#endif
 #include <wtf/text/CString.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to