| Index: third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index 574dc0ef3f005666332ff109f46c8affa0f78918..838c412ff4ba3f04f8c88f4a2e4322c4c0f844ba 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| @@ -175,7 +175,7 @@ FilterEffect* SVGFESpecularLightingElement::build(
|
| filter, color, m_surfaceScale->currentValue()->value(),
|
| m_specularConstant->currentValue()->value(),
|
| m_specularExponent->currentValue()->value(), lightSource.release());
|
| - effect->inputEffects().append(input1);
|
| + effect->inputEffects().push_back(input1);
|
| return effect;
|
| }
|
|
|
|
|