[webkit-changes] cvs commit: SVGSupport/WebCore+SVG xml_kdomtokenizer.cpp

Eric eseidel at opensource.apple.com
Sun Oct 23 11:00:13 PDT 2005


eseidel     05/10/23 11:00:12

  Modified:    .        ChangeLog
               WebCore+SVG xml_kdomtokenizer.cpp
  Log:
  Bug #: 5462
  Submitted by: Julien Palmas <julien.palmas at gmail.com>
  Reviewed by: mjs
          * WebCore+SVG/xml_kdomtokenizer.cpp:
          (KDOMTokenizer::KDOMTokenizer): build fix.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=5462
  
  Revision  Changes    Path
  1.263     +8 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.262
  retrieving revision 1.263
  diff -u -r1.262 -r1.263
  --- ChangeLog	23 Oct 2005 15:12:27 -0000	1.262
  +++ ChangeLog	23 Oct 2005 18:00:07 -0000	1.263
  @@ -1,3 +1,11 @@
  +2005-10-23 Julien Palmas <julien.palmas at gmail.com>
  +
  +        Reviewed by mjs.
  +
  +        * WebCore+SVG/xml_kdomtokenizer.cpp:
  +        (KDOMTokenizer::KDOMTokenizer): build fix.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=5462
  +
   2005-10-23  Nicholas Shanks  <contact at nickshanks.com>
   
           Reviewed by Dave Hyatt.
  
  
  
  1.3       +1 -1      SVGSupport/WebCore+SVG/xml_kdomtokenizer.cpp
  
  Index: xml_kdomtokenizer.cpp
  ===================================================================
  RCS file: /cvs/root/SVGSupport/WebCore+SVG/xml_kdomtokenizer.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xml_kdomtokenizer.cpp	5 Oct 2005 05:36:55 -0000	1.2
  +++ xml_kdomtokenizer.cpp	23 Oct 2005 18:00:12 -0000	1.3
  @@ -89,7 +89,7 @@
       
       //FIXME: KDOMTokenizer should use this in a fashion similiar to how
       //HTMLTokenizer uses loadStopped, in the future.
  -    loadStopped = false;
  +    m_parserStopped = false;
   }
   
   KDOMTokenizer::~KDOMTokenizer()
  
  
  



More information about the webkit-changes mailing list