Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.h

Issue 2866093002: blink: m_foo -> foo_ in logging strings. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698