| Index: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| index 2f9c3d3672ebfbcc7447ecfa6d9d76d16e2e37be..3a0a614fbeeaa00812f474a4a863d5d189b22108 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| @@ -37,7 +37,7 @@ void CompositorProxiedPropertySet::decrement(uint32_t mutableProperties)
|
| {
|
| for (int i = 0; i < CompositorMutableProperty::kNumProperties; ++i) {
|
| if (mutableProperties & (1 << i)) {
|
| - ASSERT(m_counts[i]);
|
| + DCHECK(m_counts[i]);
|
| --m_counts[i];
|
| }
|
| }
|
|
|