Index: core/svg/SVGAnimatedNumberList.idl |
diff --git a/core/svg/SVGAnimatedNumberList.idl b/core/svg/SVGAnimatedNumberList.idl |
index cb3210a12be707d7d28c2bf3f983cd8388ff44f8..5e73f09dd9b712aaf8b4474e9913ab3ecceb7a45 100644 |
--- a/core/svg/SVGAnimatedNumberList.idl |
+++ b/core/svg/SVGAnimatedNumberList.idl |
@@ -23,9 +23,13 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedNumberList |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedNumberList { |
readonly attribute SVGNumberList baseVal; |
readonly attribute SVGNumberList animVal; |