Show
Ignore:
Timestamp:
04/22/06 15:01:09 (3 years ago)
Author:
darin
Message:

Reviewed by Maciej.

  • rendering/RenderObject.h: Removed erroneous RenderObject:: prefix from a member function name.
  • rendering/RenderText.h: Removed erroneous RenderText:: prefix from a member function name.
  • platform/Arena.cpp: Added <assert.h> to list of includes.
  • platform/KURL.cpp: Ditto.
  • platform/StringImpl.cpp: Ditto.
  • platform/image-decoders/jpeg/JPEGImageDecoder.cpp: Ditto.
  • platform/image-decoders/png/PNGImageDecoder.cpp: Ditto.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/rendering/RenderText.h

    r14004 r14013  
    7575 
    7676    virtual void absoluteRects(DeprecatedValueList<IntRect>& rects, int _tx, int _ty); 
    77     virtual DeprecatedValueList<IntRect> RenderText::lineBoxRects(); 
     77    virtual DeprecatedValueList<IntRect> lineBoxRects(); 
    7878 
    7979    virtual VisiblePosition positionForCoordinates(int x, int y);