Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp |
index 44fda47e55e25b2c686821b5e80ec34b3ec35c20..fbf5eb6da3ba748c373cd549b6a97eedf7926df3 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.cpp |
@@ -90,7 +90,7 @@ SVGTransformChange LayoutSVGTransformableContainer::calculateLocalTransform() |
} |
if (useElement) { |
- SVGLengthContext lengthContext(useElement); |
+ SVGLengthContext lengthContext(element); |
FloatSize translation( |
useElement->x()->currentValue()->value(lengthContext), |
useElement->y()->currentValue()->value(lengthContext)); |