Index: Source/core/svg/SVGGeometryElement.h |
diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h |
index af192e19dcf07368472ea3519a4b48cffaed532a..9beaa4a66eab5fb4bf2c3585117649be76d895a5 100644 |
--- a/Source/core/svg/SVGGeometryElement.h |
+++ b/Source/core/svg/SVGGeometryElement.h |
@@ -44,7 +44,7 @@ public: |
bool isPointInFill(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const; |
bool isPointInStroke(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const; |
- void toClipPath(Path&) override; |
+ void toClipPath(Path&) const; |
LayoutObject* createLayoutObject(const ComputedStyle&) override; |