| Index: Source/core/layout/svg/line/SVGRootInlineBox.cpp
|
| diff --git a/Source/core/layout/svg/line/SVGRootInlineBox.cpp b/Source/core/layout/svg/line/SVGRootInlineBox.cpp
|
| index 8271332077f98f4bedf6e3fc61fca8e256c76e8b..e2bdecd6d9183967d2c880feb5904024a43b9b18 100644
|
| --- a/Source/core/layout/svg/line/SVGRootInlineBox.cpp
|
| +++ b/Source/core/layout/svg/line/SVGRootInlineBox.cpp
|
| @@ -118,7 +118,7 @@ void SVGRootInlineBox::layoutRootBox(const LayoutRect& childRect)
|
| // Skip generated content.
|
| if (!child->layoutObject().node())
|
| continue;
|
| - child->adjustPosition(-childRect.x(), -childRect.y());
|
| + child->move(LayoutSize(-childRect.x(), -childRect.y()));
|
| }
|
|
|
| // Position ourselves.
|
|
|