Index: core/svg/SVGAnimatedAngle.idl |
diff --git a/core/svg/SVGAnimatedAngle.idl b/core/svg/SVGAnimatedAngle.idl |
index ae8022dff89b5a25731169626dffdffd67beac7b..2f178121815dec5a70598afb2f6c8f73d64dfdd3 100644 |
--- a/core/svg/SVGAnimatedAngle.idl |
+++ b/core/svg/SVGAnimatedAngle.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#InterfaceSVGAnimatedAngle |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedAngle { |
readonly attribute SVGAngle baseVal; |
readonly attribute SVGAngle animVal; |