[webkit-changes] cvs commit: WebCore/khtml/xml xml_tokenizer.cpp

Beth bdakin at opensource.apple.com
Mon Nov 28 10:23:47 PST 2005


bdakin      05/11/28 10:23:47

  Modified:    .        ChangeLog
               khtml/xml xml_tokenizer.cpp
  Log:
  Bug #:
  
  Revision  Changes    Path
  1.411     +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.410
  retrieving revision 1.411
  diff -u -r1.410 -r1.411
  --- ChangeLog	28 Nov 2005 04:37:27 -0000	1.410
  +++ ChangeLog	28 Nov 2005 18:23:45 -0000	1.411
  @@ -1,3 +1,12 @@
  +2005-11-28  Beth Dakin  <bdakin at apple.com>
  +
  +        Reviewed by Geoff
  +
  +	Fixed build error on TOT.
  +
  +        * khtml/xml/xml_tokenizer.cpp: Changed "HTMLNames.h" to 
  +					"htmlnames.h"
  +
   2005-11-27  Mitz Pettel  <opendarwin.org at mitzpettel.com>
   
           Reviewed by Darin. Committed by Maciej.
  
  
  
  1.54      +1 -1      WebCore/khtml/xml/xml_tokenizer.cpp
  
  Index: xml_tokenizer.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/xml/xml_tokenizer.cpp,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- xml_tokenizer.cpp	26 Nov 2005 22:35:45 -0000	1.53
  +++ xml_tokenizer.cpp	28 Nov 2005 18:23:46 -0000	1.54
  @@ -28,7 +28,7 @@
   #include "xml/dom_xmlimpl.h"
   #include "html/html_headimpl.h"
   #include "html/html_tableimpl.h"
  -#include "HTMLNames.h"
  +#include "htmlnames.h"
   #include "misc/loader.h"
   #include <kxmlcore/HashMap.h>
   
  
  
  



More information about the webkit-changes mailing list