| Index: Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index aead2acad341216d40184e89bbe62ac36d51d5a3..a12b9dbfc712f063e2d1680aefdaddd15b759b95 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -78,7 +78,7 @@ void SVGFEComponentTransferElement::parseAttribute(const QualifiedName& name, co
|
|
|
| PassRefPtr<FilterEffect> SVGFEComponentTransferElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
|
| {
|
| - FilterEffect* input1 = filterBuilder->getEffectById(in1());
|
| + FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue());
|
|
|
| if (!input1)
|
| return 0;
|
|
|