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