Index: Source/core/svg/SVGLength.h |
diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h |
index 1149da669024311b86af048f50809d87d6a1e5b8..50de4436c854b1c5e15b342c41382a6bddbca9f6 100644 |
--- a/Source/core/svg/SVGLength.h |
+++ b/Source/core/svg/SVGLength.h |
@@ -42,7 +42,7 @@ class SVGLength final : public SVGPropertyBase { |
public: |
typedef SVGLengthTearOff TearOffType; |
- static PassRefPtrWillBeRawPtr<SVGLength> create(SVGLengthMode mode = LengthModeOther) |
+ static PassRefPtrWillBeRawPtr<SVGLength> create(SVGLengthMode mode = SVGLengthMode::Other) |
{ |
return adoptRefWillBeNoop(new SVGLength(mode)); |
} |