[webkit-changes] cvs commit: WebCore ChangeLog
Maciej
mjs at opensource.apple.com
Tue Jul 5 20:30:23 PDT 2005
mjs 05/07/05 20:30:22
Modified: khtml/misc hashtable.h
. ChangeLog
Log:
- remove stat dumping (accidentally left enabled in last patch)
Unreviewed since this was a mistake in the last checkin.
* khtml/misc/hashtable.h:
Revision Changes Path
1.5 +1 -1 WebCore/khtml/misc/hashtable.h
Index: hashtable.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/misc/hashtable.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hashtable.h 6 Jul 2005 01:28:43 -0000 1.4
+++ hashtable.h 6 Jul 2005 03:30:16 -0000 1.5
@@ -28,7 +28,7 @@
namespace khtml {
-#define DUMP_HASHTABLE_STATS 1
+#define DUMP_HASHTABLE_STATS 0
#define CHECK_HASHTABLE_CONSISTENCY 0
#if DUMP_HASHTABLE_STATS
1.4373 +8 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4372
retrieving revision 1.4373
diff -u -r1.4372 -r1.4373
--- ChangeLog 6 Jul 2005 01:28:35 -0000 1.4372
+++ ChangeLog 6 Jul 2005 03:30:16 -0000 1.4373
@@ -1,3 +1,11 @@
+2005-07-05 Maciej Stachowiak <mjs at apple.com>
+
+ - remove stat dumping (accidentally left enabled in last patch)
+
+ Unreviewed since this was a mistake in the last checkin.
+
+ * khtml/misc/hashtable.h:
+
2005-07-04 Maciej Stachowiak <mjs at apple.com>
Reviewed by hyatt.
More information about the webkit-changes
mailing list