Index: Source/WebCore/rendering/RenderTableSection.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTableSection.h (revision 115614) |
+++ Source/WebCore/rendering/RenderTableSection.h (working copy) |
@@ -162,6 +162,8 @@ |
// FIXME: We may want to introduce a structure holding the in-flux layout information. |
int distributeExtraLogicalHeightToRows(int extraLogicalHeight); |
+ static RenderTableSection* createAnonymousWithParentRenderer(const RenderObject*); |
+ |
protected: |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |