| Index: third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index bbd0ac8b4da14661b0e5d047a004471379394f50..20eec4f1b869b878f79a272bfe348e94732f6cc8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -62,7 +62,7 @@ FilterEffect* SVGFEComponentTransferElement::build(
|
| Filter* filter) {
|
| FilterEffect* input1 = filterBuilder->getEffectById(
|
| AtomicString(m_in1->currentValue()->value()));
|
| - ASSERT(input1);
|
| + DCHECK(input1);
|
|
|
| ComponentTransferFunction red;
|
| ComponentTransferFunction green;
|
|
|