Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index acc271c4fcd549446803dce8dcef3a8cb28d5371..ddc564a6cd30aced7b51ef9f6dcf881dd5ae2be1 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -1877,7 +1877,7 @@ LayoutSize RenderBox::offsetFromContainer(RenderObject* o, const LayoutPoint& po |
offset += toSize(columnRect.location()); |
LayoutPoint columnPoint = block->flipForWritingModeIncludingColumns(point + offset); |
offset = toLayoutSize(block->flipForWritingModeIncludingColumns(toLayoutPoint(offset))); |
- o->adjustForColumns(offset, columnPoint); |
+ offset += o->columnOffset(columnPoint); |
offset = block->flipForWritingMode(offset); |
if (offsetDependsOnPoint) |