[webkit-changes] cvs commit: WebCore/khtml/misc hashtable.h

Maciej mjs at opensource.apple.com
Thu Jul 7 22:51:37 PDT 2005


mjs         05/07/07 22:51:36

  Modified:    .        ChangeLog
               khtml/misc hashtable.h
  Log:
          - oops, accidentally committed stat dumping enabled
  
          * khtml/misc/hashtable.h:
  
  Revision  Changes    Path
  1.4390    +6 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4389
  retrieving revision 1.4390
  diff -u -r1.4389 -r1.4390
  --- ChangeLog	8 Jul 2005 05:19:14 -0000	1.4389
  +++ ChangeLog	8 Jul 2005 05:51:31 -0000	1.4390
  @@ -1,5 +1,11 @@
   2005-07-07  Maciej Stachowiak  <mjs at apple.com>
   
  +        - oops, accidentally committed stat dumping enabled
  +
  +        * khtml/misc/hashtable.h:
  +
  +2005-07-07  Maciej Stachowiak  <mjs at apple.com>
  +
           Reviewed by hyatt.
   
           - sped up DOMStringImpl * equality comparisons.
  
  
  
  1.8       +1 -1      WebCore/khtml/misc/hashtable.h
  
  Index: hashtable.h
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/misc/hashtable.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- hashtable.h	8 Jul 2005 05:19:20 -0000	1.7
  +++ hashtable.h	8 Jul 2005 05:51:36 -0000	1.8
  @@ -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
  
  
  



More information about the webkit-changes mailing list