diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl')
-rw-r--r-- | src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl b/src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl index 814bbdf..b3c3180 100644 --- a/src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl +++ b/src/3rdparty/webkit/WebCore/svg/SVGFEFloodElement.idl @@ -27,8 +27,5 @@ module svg { interface [Conditional=SVG&FILTERS, GenerateConstructor] SVGFEFloodElement : SVGElement, SVGFilterPrimitiveStandardAttributes { - - readonly attribute SVGAnimatedString in1; - }; } |