Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
index 1c0e9b30d159e409592063f926fc55f0ba9b5c31..829c5e2fffad09b44d699560448861d3e8f83989 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp |
@@ -563,7 +563,7 @@ void LayoutTable::layout() { |
SubtreeLayoutScope layouter(*this); |
{ |
- LayoutState state(*this, locationOffset()); |
+ LayoutState state(*this); |
LayoutUnit oldLogicalWidth = logicalWidth(); |
LayoutUnit oldLogicalHeight = logicalHeight(); |