Index: Source/WebCore/rendering/RenderTableRow.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTableRow.h (revision 115614) |
+++ Source/WebCore/rendering/RenderTableRow.h (working copy) |
@@ -42,6 +42,8 @@ |
void updateBeforeAndAfterContent(); |
void paintOutlineForRowIfNeeded(PaintInfo&, const LayoutPoint&); |
+ static RenderTableRow* createAnonymousWithParentRenderer(const RenderObject*); |
+ |
private: |
virtual RenderObjectChildList* virtualChildren() { return children(); } |
virtual const RenderObjectChildList* virtualChildren() const { return children(); } |