[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:05:44 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 591c3909165cfd82bf063c57cb090719a4e7967c
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 21 16:23:27 2002 +0000

            * kjs/property_map.cpp: Turn that consistency check back off.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2802 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9af43ca..1183af6 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,9 @@
 2002-11-21  Darin Adler  <darin at apple.com>
 
+        * kjs/property_map.cpp: Turn that consistency check back off.
+
+2002-11-21  Darin Adler  <darin at apple.com>
+
 	- someone somewhere must be defining a macro named check, causing a compile failure in WebCore
 
 	Rename check() to checkConsistency().
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 9af43ca..1183af6 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,5 +1,9 @@
 2002-11-21  Darin Adler  <darin at apple.com>
 
+        * kjs/property_map.cpp: Turn that consistency check back off.
+
+2002-11-21  Darin Adler  <darin at apple.com>
+
 	- someone somewhere must be defining a macro named check, causing a compile failure in WebCore
 
 	Rename check() to checkConsistency().
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 9af43ca..1183af6 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,5 +1,9 @@
 2002-11-21  Darin Adler  <darin at apple.com>
 
+        * kjs/property_map.cpp: Turn that consistency check back off.
+
+2002-11-21  Darin Adler  <darin at apple.com>
+
 	- someone somewhere must be defining a macro named check, causing a compile failure in WebCore
 
 	Rename check() to checkConsistency().
diff --git a/JavaScriptCore/kjs/property_map.cpp b/JavaScriptCore/kjs/property_map.cpp
index bc53851..1ce0629 100644
--- a/JavaScriptCore/kjs/property_map.cpp
+++ b/JavaScriptCore/kjs/property_map.cpp
@@ -25,7 +25,7 @@
 #include "object.h"
 #include "reference_list.h"
 
-#define DO_CONSISTENCY_CHECK 1
+#define DO_CONSISTENCY_CHECK 0
 
 // At the time I added this switch, the optimization still gave a 1.5% performance boost so I couldn't remove it.
 #define USE_SINGLE_ENTRY 1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list