Show
Ignore:
Timestamp:
03/19/06 18:57:59 (3 years ago)
Author:
darin
Message:
  • global rename, done by script
  • <lots of files>: Renamed XXXImpl to XXX, and a number of other renames. See WebKitTools/Scripts/do-webcore-rename version 13392 for details.
Files:
1 modified

Legend:

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

    r13372 r13393  
    5858    }; 
    5959 
    60     RenderTable(NodeImpl*); 
     60    RenderTable(Node*); 
    6161    ~RenderTable(); 
    6262 
     
    102102 
    103103#ifndef NDEBUG 
    104     virtual void dump(QTextStream *stream, QString ind = "") const; 
     104    virtual void dump(QTextStream *stream, DeprecatedString ind = "") const; 
    105105#endif 
    106106    struct ColumnStruct { 
     
    116116    }; 
    117117 
    118     Array<int> columnPos; 
    119     Array<ColumnStruct> columns; 
     118    DeprecatedArray<int> columnPos; 
     119    DeprecatedArray<ColumnStruct> columns; 
    120120 
    121121    void splitColumn(int pos, int firstSpan);