diff options
Diffstat (limited to 'WebCore/svg/SVGComponentTransferFunctionElement.idl')
-rw-r--r-- | WebCore/svg/SVGComponentTransferFunctionElement.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/svg/SVGComponentTransferFunctionElement.idl b/WebCore/svg/SVGComponentTransferFunctionElement.idl index 950f77d..0a9e05d 100644 --- a/WebCore/svg/SVGComponentTransferFunctionElement.idl +++ b/WebCore/svg/SVGComponentTransferFunctionElement.idl @@ -25,7 +25,10 @@ module svg { - interface [Conditional=SVG&FILTERS] SVGComponentTransferFunctionElement : SVGElement { + interface [ + Conditional=SVG&FILTERS, + DontCheckEnums + ] SVGComponentTransferFunctionElement : SVGElement { // Component Transfer Types const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; |