[webkit-changes] cvs commit: WebCore/khtml/html htmlnames.cpp

Darin darin at opensource.apple.com
Fri Aug 26 20:21:02 PDT 2005


darin       05/08/26 20:21:01

  Modified:    .        ChangeLog
               khtml/html htmlnames.cpp
  Log:
          * khtml/html/htmlnames.cpp: (DOM::HTMLNames::init): Tweaked a wrong character in a comment.
  
  Revision  Changes    Path
  1.19      +4 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ChangeLog	27 Aug 2005 00:14:18 -0000	1.18
  +++ ChangeLog	27 Aug 2005 03:21:01 -0000	1.19
  @@ -1,3 +1,7 @@
  +2005-08-26  Darin Adler  <darin at apple.com>
  +
  +        * khtml/html/htmlnames.cpp: (DOM::HTMLNames::init): Tweaked a wrong character in a comment.
  +
   2005-08-26  David Hyatt  <hyatt at apple.com>
   
   	Implement four new CSS properties from CSS3.  border-image, background-clip,
  
  
  
  1.8       +1 -1      WebCore/khtml/html/htmlnames.cpp
  
  Index: htmlnames.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/html/htmlnames.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- htmlnames.cpp	25 Aug 2005 23:13:50 -0000	1.7
  +++ htmlnames.cpp	27 Aug 2005 03:21:01 -0000	1.8
  @@ -55,7 +55,7 @@
           DOM_HTMLNAMES_FOR_EACH_TAG(INITIALIZE_TAG_GLOBAL)
   
           // Attributes
  -        // Need a little trick to handle accept_charset and http_equiv, which need "_" characters.
  +        // Need a little trick to handle accept_charset and http_equiv, which need "-" characters.
           #define DEFINE_ATTR_STRING(name) const char *name##AttrString = #name;
           DOM_HTMLNAMES_FOR_EACH_ATTR(DEFINE_ATTR_STRING)
           accept_charsetAttrString = "accept-charset";
  
  
  



More information about the webkit-changes mailing list