[webkit-changes] cvs commit: WebCore/kwq KWQSlot.mm

Eric eseidel at opensource.apple.com
Thu Sep 1 11:57:54 PDT 2005


eseidel     05/09/01 11:57:54

  Modified:    .        ChangeLog
               kwq      KWQSlot.mm
  Log:
  Bug #: 4790
  Submitted by: eseidel
  Reviewed by: sullivan
          * kwq/KWQSlot.mm: changed ksvg2/core to ksvg/misc
          Build fix: issed one include from previous change.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=4790
  
  Revision  Changes    Path
  1.72      +8 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- ChangeLog	1 Sep 2005 18:03:30 -0000	1.71
  +++ ChangeLog	1 Sep 2005 18:57:53 -0000	1.72
  @@ -1,3 +1,11 @@
  +2005-09-01  Eric Seidel  <eseidel at apple.com>
  +
  +        Reviewed by sullivan.
  +
  +        * kwq/KWQSlot.mm: changed ksvg2/core to ksvg/misc
  +        Build fix: issed one include from previous change.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=4790
  +
   2005-09-01  David Harrison  <harrison at apple.com>
   
           Reviewed by Justin.
  
  
  
  1.33      +1 -1      WebCore/kwq/KWQSlot.mm
  
  Index: KWQSlot.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/KWQSlot.mm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- KWQSlot.mm	25 Aug 2005 08:21:00 -0000	1.32
  +++ KWQSlot.mm	1 Sep 2005 18:57:53 -0000	1.33
  @@ -34,7 +34,7 @@
   #import "render_layer.h"
   #import "xmlhttprequest.h"
   #ifdef SVG_SUPPORT
  -#import "ksvg2/core/KSVGTimeScheduler.h"
  +#import "ksvg2/misc/KSVGTimeScheduler.h"
   #endif
   
   using DOM::DocumentImpl;
  
  
  



More information about the webkit-changes mailing list