| Index: Source/core/svg/SVGFEFloodElement.cpp
|
| diff --git a/Source/core/svg/SVGFEFloodElement.cpp b/Source/core/svg/SVGFEFloodElement.cpp
|
| index ffb156d7eb9680fa051fb912fc87e5d23565f3b0..c7ec6264eac160da2b084e669b6660ea847e467d 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.cpp
|
| +++ b/Source/core/svg/SVGFEFloodElement.cpp
|
| @@ -28,12 +28,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGFEFloodElement::SVGFEFloodElement(Document& document)
|
| +inline SVGFEFloodElement::SVGFEFloodElement(Document& document)
|
| : SVGFilterPrimitiveStandardAttributes(SVGNames::feFloodTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGFEFloodElement)
|
| +
|
| bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
|
| {
|
| RenderObject* renderer = this->renderer();
|
|
|