| Index: Source/WebCore/rendering/RenderTable.h
 | 
| ===================================================================
 | 
| --- Source/WebCore/rendering/RenderTable.h	(revision 123241)
 | 
| +++ Source/WebCore/rendering/RenderTable.h	(working copy)
 | 
| @@ -245,8 +245,7 @@
 | 
|      virtual void computePreferredLogicalWidths();
 | 
|      virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const LayoutPoint& pointInContainer, const LayoutPoint& accumulatedOffset, HitTestAction);
 | 
|      
 | 
| -    virtual LayoutUnit firstLineBoxBaseline() const OVERRIDE;
 | 
| -    virtual LayoutUnit lastLineBoxBaseline() const OVERRIDE;
 | 
| +    virtual LayoutUnit firstLineBoxBaseline() const;
 | 
|  
 | 
|      virtual RenderBlock* firstLineBlock() const;
 | 
|      virtual void updateFirstLetter();
 | 
| 
 |