| 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 e6e77c7b2c2d4c397cbc779c293d5ba877061ab1..22df9e026b2095060949eb175412d56dfebc158b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -296,7 +296,7 @@ bool LayoutSVGText::nodeAtFloatPoint(HitTestResult& result, const FloatPoint& po
|
| || (hitRules.canHitStroke && (style()->svgStyle().hasStroke() || !hitRules.requireStroke))
|
| || (hitRules.canHitFill && (style()->svgStyle().hasFill() || !hitRules.requireFill))) {
|
| FloatPoint localPoint;
|
| - if (!SVGLayoutSupport::transformToUserSpaceAndCheckClipping(this, localToSVGParentTransform(), pointInParent, localPoint))
|
| + if (!SVGLayoutSupport::transformToUserSpaceAndCheckClipping(*this, localToSVGParentTransform(), pointInParent, localPoint))
|
| return false;
|
|
|
| HitTestLocation hitTestLocation(localPoint);
|
|
|