[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 00:10:28 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 18d381ea46a1dbcd3552bafc13b8114263e8a1ed
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