Index: core/svg/SVGPreserveAspectRatio.idl |
diff --git a/core/svg/SVGPreserveAspectRatio.idl b/core/svg/SVGPreserveAspectRatio.idl |
index 9c6d89e6284206a9ed93204a5dec6cf7584b726f..dc9ba056afb4007ca8c0a49e08937649593a8692 100644 |
--- a/core/svg/SVGPreserveAspectRatio.idl |
+++ b/core/svg/SVGPreserveAspectRatio.idl |
@@ -23,10 +23,15 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGPreserveAspectRatio |
+ |
[ |
TypeChecking=Interface, |
ImplementedAs=SVGPreserveAspectRatioTearOff, |
- SetWrapperReferenceTo(SVGElement contextElement) |
+ SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGPreserveAspectRatio { |
// Alignment types |
const unsigned short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0; |
@@ -47,6 +52,5 @@ |
const unsigned short SVG_MEETORSLICE_SLICE = 2; |
[RaisesException=Setter] attribute unsigned short align; |
- |
[RaisesException=Setter] attribute unsigned short meetOrSlice; |
}; |