[webkit-changes] cvs commit: JavaScriptCore/kxmlcore HashSet.h

Darin darin at opensource.apple.com
Fri Nov 4 09:30:28 PST 2005


darin       05/11/04 09:30:27

  Modified:    .        ChangeLog
               kxmlcore HashSet.h
  Log:
          Reviewed by Tim Hatcher.
  
          * kxmlcore/HashSet.h: Fixed case of "hashfunctions.h" -- needs to be "HashFunctions.h".
  
  Revision  Changes    Path
  1.875     +6 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.874
  retrieving revision 1.875
  diff -u -r1.874 -r1.875
  --- ChangeLog	4 Nov 2005 02:33:57 -0000	1.874
  +++ ChangeLog	4 Nov 2005 17:30:24 -0000	1.875
  @@ -1,3 +1,9 @@
  +2005-11-04  Darin Adler  <darin at apple.com>
  +
  +        Reviewed by Tim Hatcher.
  +
  +        * kxmlcore/HashSet.h: Fixed case of "hashfunctions.h" -- needs to be "HashFunctions.h".
  +
   2005-11-03  Timothy Hatcher  <timothy at apple.com>
   
           Reviewed by Darin and Vicki.
  
  
  
  1.4       +1 -1      JavaScriptCore/kxmlcore/HashSet.h
  
  Index: HashSet.h
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kxmlcore/HashSet.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HashSet.h	16 Oct 2005 00:46:25 -0000	1.3
  +++ HashSet.h	4 Nov 2005 17:30:27 -0000	1.4
  @@ -25,7 +25,7 @@
   
   #include "HashTable.h"
   #include "HashTraits.h"
  -#include "hashfunctions.h"
  +#include "HashFunctions.h"
   
   namespace KXMLCore {
   
  
  
  



More information about the webkit-changes mailing list