Index: core/svg/SVGAnimatedEnumeration.idl |
diff --git a/core/svg/SVGAnimatedEnumeration.idl b/core/svg/SVGAnimatedEnumeration.idl |
index f67a59f3ceacb6fb28b99767a42d3c72cbb0463b..e610e6d352a10466876ec3fdb8c1bcdb028ebe24 100644 |
--- a/core/svg/SVGAnimatedEnumeration.idl |
+++ b/core/svg/SVGAnimatedEnumeration.idl |
@@ -23,11 +23,15 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedEnumeration |
+ |
[ |
ImplementedAs=SVGAnimatedEnumerationBase, |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedEnumeration { |
[RaisesException=Setter] attribute unsigned short baseVal; |
readonly attribute unsigned short animVal; |