Index: Source/core/layout/LayoutTable.h |
diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h |
index 511ef67a5d5549b7521883e27b11941aa5ad573f..1b868acbdb23a4823d32e1bf4d4c58b9f35f1117 100644 |
--- a/Source/core/layout/LayoutTable.h |
+++ b/Source/core/layout/LayoutTable.h |
@@ -123,6 +123,7 @@ public: |
void recalcBordersInRowDirection(); |
virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override; |
+ virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) override; |
struct ColumnStruct { |
explicit ColumnStruct(unsigned initialSpan = 1) |