| 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 37a0a9a4f2043f22f4c95342dcfae05b38d40dc0..bbd0ac8b4da14661b0e5d047a004471379394f50 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -83,7 +83,7 @@ FilterEffect* SVGFEComponentTransferElement::build(
|
|
|
| FilterEffect* effect =
|
| FEComponentTransfer::create(filter, red, green, blue, alpha);
|
| - effect->inputEffects().append(input1);
|
| + effect->inputEffects().push_back(input1);
|
| return effect;
|
| }
|
|
|
|
|