| Index: third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| index 05eeb530063a2a230bdfc50b0c4dda381e59f111..771130c76dee2d75332cb2dbd4a7f72731cf763a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| @@ -96,7 +96,7 @@ FilterEffect* SVGFEColorMatrixElement::build(SVGFilterBuilder* filterBuilder,
|
| Filter* filter) {
|
| FilterEffect* input1 = filterBuilder->getEffectById(
|
| AtomicString(m_in1->currentValue()->value()));
|
| - ASSERT(input1);
|
| + DCHECK(input1);
|
|
|
| ColorMatrixType filterType = m_type->currentValue()->enumValue();
|
| Vector<float> filterValues = m_values->currentValue()->toFloatVector();
|
|
|