[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
barraclough at apple.com
barraclough at apple.com
Thu Dec 3 13:21:34 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 74f75daeb4e17193cddd89d92e3cb6874d6b45aa
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