Index: Source/WebCore/rendering/RenderTableCell.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTableCell.h (revision 115614) |
+++ Source/WebCore/rendering/RenderTableCell.h (working copy) |
@@ -138,6 +138,8 @@ |
bool cellWidthChanged() const { return m_cellWidthChanged; } |
void setCellWidthChanged(bool b = true) { m_cellWidthChanged = b; } |
+ static RenderTableCell* createAnonymousWithParentRenderer(const RenderObject*); |
+ |
protected: |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |