[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

paroga at webkit.org paroga at webkit.org
Sun Feb 20 23:50:38 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b41e33e314547cba184b5a1e245eac07d7ff7db7
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 25 20:41:55 2011 +0000

    2011-01-25  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE build fix for r76614.
    
            * platform/FileSystem.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76626 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 5cb2b15..9e2f6a6 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-25  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE build fix for r76614.
+
+        * platform/FileSystem.h:
+
 2011-01-21  Levi Weintraub  <leviw at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/Source/WebCore/platform/FileSystem.h b/Source/WebCore/platform/FileSystem.h
index 3bc1dd9..d923fe6 100644
--- a/Source/WebCore/platform/FileSystem.h
+++ b/Source/WebCore/platform/FileSystem.h
@@ -203,7 +203,7 @@ String filenameForDisplay(const String&);
 CString applicationDirectoryPath();
 #endif
 
-#if PLATFORM(WIN)
+#if PLATFORM(WIN) && !OS(WINCE)
 String localUserSpecificStorageDirectory();
 String roamingUserSpecificStorageDirectory();
 bool safeCreateFile(const String&, CFDataRef);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list