Index: Source/core/svg/SVGLengthList.h |
diff --git a/Source/core/svg/SVGLengthList.h b/Source/core/svg/SVGLengthList.h |
index 9b23222032bd221f5ba98c25c7d476b5bbf44190..8d59506245ca1e7293a384f3e20a8121e8f504a8 100644 |
--- a/Source/core/svg/SVGLengthList.h |
+++ b/Source/core/svg/SVGLengthList.h |
@@ -43,7 +43,7 @@ class SVGLengthList final : public SVGListPropertyHelper<SVGLengthList, SVGLengt |
public: |
typedef SVGLengthListTearOff TearOffType; |
- static PassRefPtrWillBeRawPtr<SVGLengthList> create(SVGLengthMode mode = LengthModeOther) |
+ static PassRefPtrWillBeRawPtr<SVGLengthList> create(SVGLengthMode mode = SVGLengthMode::Other) |
{ |
return adoptRefWillBeNoop(new SVGLengthList(mode)); |
} |