Index: Source/WebCore/rendering/RenderTableSection.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTableSection.h (revision 115615) |
+++ Source/WebCore/rendering/RenderTableSection.h (working copy) |
@@ -163,6 +163,10 @@ |
int distributeExtraLogicalHeightToRows(int extraLogicalHeight); |
static RenderTableSection* createAnonymousWithParentRenderer(const RenderObject*); |
+ virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE |
+ { |
+ return createAnonymousWithParentRenderer(parent); |
+ } |
protected: |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |