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