| Index: third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| index 09d926005033847fca5b1d5bbf2c1e24e9dd4263..b7997d8602eabeae555e8a6270ede392b786a846 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.idl
|
| @@ -26,9 +26,7 @@
|
|
|
| // http://www.w3.org/TR/filter-effects/#InterfaceSVGFilterElement
|
|
|
| -[
|
| - TypeChecking=Interface,
|
| -] interface SVGFilterElement : SVGElement {
|
| +interface SVGFilterElement : SVGElement {
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration filterUnits;
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedEnumeration primitiveUnits;
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedLength x;
|
|
|