Index: core/svg/SVGAnimatedRect.idl |
diff --git a/core/svg/SVGAnimatedRect.idl b/core/svg/SVGAnimatedRect.idl |
index 4802de5894896af483d310ab7b168c9691ee3c6b..aa1a59771b968abffacbf9a0190f43d549fae236 100644 |
--- a/core/svg/SVGAnimatedRect.idl |
+++ b/core/svg/SVGAnimatedRect.idl |
@@ -23,10 +23,15 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedRect |
+ |
[ |
- NotScriptWrappable, |
SetWrapperReferenceTo(SVGElement contextElement), |
+ RuntimeEnabled=SVG1DOM, |
+ MeasureAs=SVG1DOM, |
+ WillBeGarbageCollected, |
] interface SVGAnimatedRect { |
+ // TODO(philipj): SVGRect should be DOMRectReadOnly. |
readonly attribute SVGRect baseVal; |
readonly attribute SVGRect animVal; |
}; |