Index: Source/core/svg/SVGMaskElement.idl |
diff --git a/Source/core/svg/SVGMaskElement.idl b/Source/core/svg/SVGMaskElement.idl |
index 2ff679e51f62cbb140a4a5d8a1cb6c4da77b32d8..026ae7966814b2cd888c1140e60d0795dae0a03b 100644 |
--- a/Source/core/svg/SVGMaskElement.idl |
+++ b/Source/core/svg/SVGMaskElement.idl |
@@ -24,8 +24,7 @@ |
*/ |
interface SVGMaskElement : SVGStyledElement, |
- SVGLangSpace, |
- SVGExternalResourcesRequired { |
+ SVGLangSpace { |
readonly attribute SVGAnimatedEnumeration maskUnits; |
readonly attribute SVGAnimatedEnumeration maskContentUnits; |
@@ -35,5 +34,6 @@ interface SVGMaskElement : SVGStyledElement, |
readonly attribute SVGAnimatedLength height; |
}; |
+SVGMaskElement implements SVGExternalResourcesRequired; |
SVGMaskElement implements SVGTests; |