Changeset 119968 in webkit


Ignore:
Timestamp:
Jun 11, 2012 2:49:59 AM (12 years ago)
Author:
Simon Hausmann
Message:

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

Unreviewed build fix.

No new tests added as this is a build fix.

Patch by Michael Brüning <michael.bruning@nokia.com> on 2012-06-11

  • platform/qt/FileSystemQt.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r119967 r119968  
     12012-06-11  Michael Brüning  <michael.bruning@nokia.com>
     2
     3        [Qt][WK2] Compute and set cache capacities using the current CacheModel
     4        https://bugs.webkit.org/show_bug.cgi?id=73918
     5
     6        Unreviewed build fix.
     7
     8        No new tests added as this is a build fix.
     9
     10        * platform/qt/FileSystemQt.cpp:
     11
    1122012-06-11  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
    213
  • trunk/Source/WebCore/platform/qt/FileSystemQt.cpp

    r119965 r119968  
    4141#include <QFileInfo>
    4242#include <QTemporaryFile>
    43 #if !defined(Q_OS_WINDOWS)
     43#if !defined(Q_OS_WIN)
    4444#include <sys/statvfs.h>
    4545#endif
Note: See TracChangeset for help on using the changeset viewer.