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