Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
index 524f78cdaff05697f75e4076edfe1088422a6f7e..ae5095b0e063bbea33e1cc7b4bf0c59867ec76e1 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp |
@@ -244,7 +244,7 @@ void LayoutSVGText::layout() { |
borderAfter() + paddingAfter() + scrollbarLogicalHeight(); |
setLogicalHeight(beforeEdge); |
- LayoutState state(*this, locationOffset()); |
+ LayoutState state(*this); |
layoutInlineChildren(true, afterEdge); |
m_needsReordering = false; |