| Index: Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGModelObject.cpp b/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| index 805bee1139d614bebc7c6d9585d0cff7f35c27c8..73c6cefdf2a21b52a06b2db94ba879437bf7fc94 100644
|
| --- a/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| @@ -113,7 +113,7 @@ void LayoutSVGModelObject::styleDidChange(StyleDifference diff, const LayoutStyl
|
| SVGResourcesCache::clientStyleChanged(this, diff, styleRef());
|
| }
|
|
|
| -bool LayoutSVGModelObject::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction)
|
| +bool LayoutSVGModelObject::nodeAtPoint(HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction)
|
| {
|
| ASSERT_NOT_REACHED();
|
| return false;
|
|
|