| Index: third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 0f2018f44a9221f38de7fdf9a20ddb542c244643..1ff992cbfc6d59baf1da46fb214934cc027d4d69 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -161,7 +161,7 @@ FilterEffect* SVGFEDiffuseLightingElement::build(
|
| FilterEffect* effect = FEDiffuseLighting::create(
|
| filter, color, m_surfaceScale->currentValue()->value(),
|
| m_diffuseConstant->currentValue()->value(), lightSource.release());
|
| - effect->inputEffects().append(input1);
|
| + effect->inputEffects().push_back(input1);
|
| return effect;
|
| }
|
|
|
|
|