diff options
Diffstat (limited to 'WebCore/bindings/objc')
-rw-r--r-- | WebCore/bindings/objc/DOM.mm | 1 | ||||
-rw-r--r-- | WebCore/bindings/objc/DOMSVG.h | 1 |
2 files changed, 2 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]); diff --git a/WebCore/bindings/objc/DOMSVG.h b/WebCore/bindings/objc/DOMSVG.h index c59532f..eda705e 100644 --- a/WebCore/bindings/objc/DOMSVG.h +++ b/WebCore/bindings/objc/DOMSVG.h @@ -63,6 +63,7 @@ #import <WebCore/DOMSVGFEColorMatrixElement.h> #import <WebCore/DOMSVGFEComponentTransferElement.h> #import <WebCore/DOMSVGFECompositeElement.h> +#import <WebCore/DOMSVGFEConvolveMatrixElement.h> #import <WebCore/DOMSVGFEDiffuseLightingElement.h> #import <WebCore/DOMSVGFEDisplacementMapElement.h> #import <WebCore/DOMSVGFEDistantLightElement.h> |