[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

bweinstein at apple.com bweinstein at apple.com
Tue Jan 5 23:40:26 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 69633e041523205d6e92f5a916761220f64fbbad
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 2 03:02:44 2009 +0000

    Change unsigned to int to fix the Windows build.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51578 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/loader/FrameLoaderTypes.h b/WebCore/loader/FrameLoaderTypes.h
index d71263b..af3dde4 100644
--- a/WebCore/loader/FrameLoaderTypes.h
+++ b/WebCore/loader/FrameLoaderTypes.h
@@ -103,7 +103,7 @@ namespace WebCore {
         SandboxAll = -1 // Mask with all bits set to 1.
     };
 
-    typedef unsigned SandboxFlags;
+    typedef int SandboxFlags;
 }
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list