Index: third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h |
diff --git a/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h b/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h |
index 2a20f8bbb4f56de7d17c04e4b6c125ac1237f614..41138df5569d26eeeb9651a5739b062c427e6dd0 100644 |
--- a/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h |
+++ b/third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h |
@@ -89,7 +89,7 @@ class SVGAnimatedPropertyBase |
private: |
static_assert(kNumberOfAnimatedPropertyTypes <= (1u << 5), |
- "enough bits for AnimatedPropertyType (m_type)"); |
+ "enough bits for AnimatedPropertyType (type_)"); |
static constexpr int kCssPropertyBits = 9; |
static_assert((1u << kCssPropertyBits) - 1 >= lastCSSProperty, |
"enough bits for CSS property ids"); |