Index: third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h |
diff --git a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h |
index a1ce7b9a1d11aaef7b65f28d34b2045a230067f5..157a35f775b9e2608414b2c90be1a67579056351 100644 |
--- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h |
+++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h |
@@ -94,7 +94,7 @@ class PropertySetCSSStyleDeclaration |
protected: |
MutableStylePropertySet& propertySet() const final { |
- ASSERT(m_propertySet); |
+ DCHECK(m_propertySet); |
return *m_propertySet; |
} |