summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/property_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/property_handle.h')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/property_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/property_handle.h b/chromium/third_party/blink/renderer/core/animation/property_handle.h
index eeca4b7bf7b..39fb5a06787 100644
--- a/chromium/third_party/blink/renderer/core/animation/property_handle.h
+++ b/chromium/third_party/blink/renderer/core/animation/property_handle.h
@@ -24,7 +24,7 @@ class CORE_EXPORT PropertyHandle {
: handle_type_(is_presentation_attribute ? kHandlePresentationAttribute
: kHandleCSSProperty),
css_property_(&property) {
- DCHECK_NE(CSSPropertyVariable, property.PropertyID());
+ DCHECK_NE(CSSPropertyID::kVariable, property.PropertyID());
}
explicit PropertyHandle(const AtomicString& property_name)