Index: third_party/WebKit/Source/core/layout/LayoutTable.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h |
index 7398d03871903bc149b1fe69d452f1cd6639224a..b969dc693b9a6ef918f0059d4d247bb3ad0e7daa 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h |
@@ -213,7 +213,6 @@ public: |
void recalcBordersInRowDirection(); |
void addChild(LayoutObject* child, LayoutObject* beforeChild = nullptr) override; |
- void addChildIgnoringContinuation(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) override; |
struct ColumnStruct { |
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |