summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/objc/DOM.mm
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/objc/DOM.mm')
-rw-r--r--WebCore/bindings/objc/DOM.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/objc/DOM.mm b/WebCore/bindings/objc/DOM.mm
index 378efe2..008acec 100644
--- a/WebCore/bindings/objc/DOM.mm
+++ b/WebCore/bindings/objc/DOM.mm
@@ -165,6 +165,7 @@ static void createElementClassMap()
addElementClass(SVGNames::feColorMatrixTag, [DOMSVGFEColorMatrixElement class]);
addElementClass(SVGNames::feComponentTransferTag, [DOMSVGFEComponentTransferElement class]);
addElementClass(SVGNames::feCompositeTag, [DOMSVGFECompositeElement class]);
+ addElementClass(SVGNames::feConvolveMatrixTag, [DOMSVGFEConvolveMatrixElement class]);
addElementClass(SVGNames::feDiffuseLightingTag, [DOMSVGFEDiffuseLightingElement class]);
addElementClass(SVGNames::feDisplacementMapTag, [DOMSVGFEDisplacementMapElement class]);
addElementClass(SVGNames::feDistantLightTag, [DOMSVGFEDistantLightElement class]);