Index: Source/core/layout/svg/LayoutSVGModelObject.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGModelObject.cpp b/Source/core/layout/svg/LayoutSVGModelObject.cpp |
index 0b865ca7a6977f0f12077e42d109875778a22362..37fbfb07e922d01b9a4ce8af826fc9eaa1eda745 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 ComputedSt |
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; |