Index: Source/core/layout/svg/LayoutSVGBlock.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGBlock.cpp b/Source/core/layout/svg/LayoutSVGBlock.cpp |
index 12845ced189baa933e29bee0cdd8056e522ca7b9..03de773d3906c1ca875c13838939d2f403be04fb 100644 |
--- a/Source/core/layout/svg/LayoutSVGBlock.cpp |
+++ b/Source/core/layout/svg/LayoutSVGBlock.cpp |
@@ -115,7 +115,7 @@ void LayoutSVGBlock::mapRectToPaintInvalidationBacking(const LayoutBoxModelObjec |
svgRoot.mapRectToPaintInvalidationBacking(paintInvalidationContainer, rect, paintInvalidationState); |
} |
-bool LayoutSVGBlock::nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) |
+bool LayoutSVGBlock::nodeAtPoint(HitTestResult&, const HitTestLocation&, const LayoutPoint&, HitTestAction) |
{ |
ASSERT_NOT_REACHED(); |
return false; |