[webkit-changes] cvs commit: JavaScriptCore/kxmlcore HashTable.cpp

Darin darin at opensource.apple.com
Sat Oct 15 16:27:29 PDT 2005


darin       05/10/15 16:27:28

  Modified:    .        ChangeLog
               kxmlcore HashTable.cpp
  Log:
          * kxmlcore/HashTable.cpp: Fixed build failure (said hashtable.h instead of HashTable.h).
  
  Revision  Changes    Path
  1.866     +4 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.865
  retrieving revision 1.866
  diff -u -r1.865 -r1.866
  --- ChangeLog	14 Oct 2005 21:03:53 -0000	1.865
  +++ ChangeLog	15 Oct 2005 23:27:26 -0000	1.866
  @@ -1,3 +1,7 @@
  +2005-10-15  Darin Adler  <darin at apple.com>
  +
  +        * kxmlcore/HashTable.cpp: Fixed build failure (said hashtable.h instead of HashTable.h).
  +
   2005-10-14  Geoffrey Garen  <ggaren at apple.com>
   
           Style changes recommended by Darin.
  
  
  
  1.3       +1 -1      JavaScriptCore/kxmlcore/HashTable.cpp
  
  Index: HashTable.cpp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/kxmlcore/HashTable.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HashTable.cpp	3 Oct 2005 21:11:58 -0000	1.2
  +++ HashTable.cpp	15 Oct 2005 23:27:28 -0000	1.3
  @@ -20,7 +20,7 @@
   */
   
   #include "config.h"
  -#include "hashtable.h"
  +#include "HashTable.h"
   
   namespace KXMLCore {
   
  
  
  



More information about the webkit-changes mailing list