Index: core/svg/SVGAnimatedInteger.idl |
diff --git a/core/svg/SVGAnimatedInteger.idl b/core/svg/SVGAnimatedInteger.idl |
index 143c8e33542008e76a5af72087353719bcadcdee..1f8dfc8c4ef3ea4a215a52c84bea7f8a70f07932 100644 |
--- a/core/svg/SVGAnimatedInteger.idl |
+++ b/core/svg/SVGAnimatedInteger.idl |
@@ -23,10 +23,14 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedInteger |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
TypeChecking=Interface, |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedInteger { |
[RaisesException=Setter] attribute long baseVal; |
readonly attribute long animVal; |