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

barraclough at apple.com barraclough at apple.com
Wed Apr 7 23:11:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit ff9b6334c43a13d07cc461183cd4c3412f19d04f
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 28 11:06:19 2009 +0000

    * jit/JIT.h:
    
    Reviewed by NOBODY (build fix!).
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50211 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 6d1f0b5..cb4bab8 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-28  Gavin Barraclough  <barraclough at apple.com>
+
+        Reviewed by NOBODY (build fix!).
+
+        * jit/JIT.h:
+
 2009-10-26  Holger Hans Peter Freyther  <zecke at selfish.org>
 
         Rubber-stamped by Darin Adler.
diff --git a/JavaScriptCore/jit/JIT.h b/JavaScriptCore/jit/JIT.h
index 51c5f8e..63c5ce9 100644
--- a/JavaScriptCore/jit/JIT.h
+++ b/JavaScriptCore/jit/JIT.h
@@ -38,7 +38,7 @@
 #define JIT_CLASS_ALIGNMENT
 #endif
 
-#define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" shoud be %d, not %d.\n", #expected, actual, expected);
+#define ASSERT_JIT_OFFSET(actual, expected) ASSERT_WITH_MESSAGE(actual == expected, "JIT Offset \"%s\" should be %d, not %d.\n", #expected, static_cast<int>(actual), static_cast<int>(expected));
 
 #include "CodeBlock.h"
 #include "Interpreter.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list