| Index: third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 276a47afd53dd62b9899239ac703430345fda05a..03a5e1350a6279baa8e9a9647e6e5c531772b897 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -194,7 +194,7 @@ FilterEffect* SVGFEConvolveMatrixElement::build(SVGFilterBuilder* filterBuilder,
|
| Filter* filter) {
|
| FilterEffect* input1 = filterBuilder->getEffectById(
|
| AtomicString(m_in1->currentValue()->value()));
|
| - ASSERT(input1);
|
| + DCHECK(input1);
|
|
|
| float divisorValue = m_divisor->currentValue()->value();
|
| if (!m_divisor->isSpecified()) {
|
|
|