[webkit-changes] cvs commit: WebCore/khtml/rendering render_block.cpp

David hyatt at opensource.apple.com
Fri Nov 4 16:20:30 PST 2005


hyatt       05/11/04 16:20:29

  Modified:    khtml/rendering render_block.cpp
  Log:
  Fix build bustage.
  
  Revision  Changes    Path
  1.215     +1 -1      WebCore/khtml/rendering/render_block.cpp
  
  Index: render_block.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/rendering/render_block.cpp,v
  retrieving revision 1.214
  retrieving revision 1.215
  diff -u -r1.214 -r1.215
  --- render_block.cpp	4 Nov 2005 21:13:30 -0000	1.214
  +++ render_block.cpp	5 Nov 2005 00:20:28 -0000	1.215
  @@ -2466,7 +2466,7 @@
           if (!insideOverflowBox) {
               // Check floats next.
               if (hitTestAction != HitTestFloat)
  -                return;
  +                return false;
               QRect floatBox = floatRect();
               floatBox.setX(floatBox.x() + tx);
               floatBox.setY(floatBox.y() + ty);
  
  
  



More information about the webkit-changes mailing list