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