Index: core/svg/SVGAnimatedLength.idl |
diff --git a/core/svg/SVGAnimatedLength.idl b/core/svg/SVGAnimatedLength.idl |
index 76117af8f7812eac947cdef9a3aa76ed0c39ed10..b46026e2cd4c30e40413189cff979ad90985af55 100644 |
--- a/core/svg/SVGAnimatedLength.idl |
+++ b/core/svg/SVGAnimatedLength.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#InterfaceSVGAnimatedLength |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedLength { |
readonly attribute SVGLength baseVal; |
readonly attribute SVGLength animVal; |