Index: core/svg/SVGAnimatedString.idl |
diff --git a/core/svg/SVGAnimatedString.idl b/core/svg/SVGAnimatedString.idl |
index b4e63618fef433c18e5128974b812fdf07ade1d6..5f4a06743d4f0985b78c0b5d8ade3c16add58244 100644 |
--- a/core/svg/SVGAnimatedString.idl |
+++ b/core/svg/SVGAnimatedString.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#InterfaceSVGAnimatedString |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedString { |
[RaisesException=Setter] attribute DOMString baseVal; |
readonly attribute DOMString animVal; |