Index: Source/core/svg/SVGRect.idl |
diff --git a/Source/core/svg/SVGRect.idl b/Source/core/svg/SVGRect.idl |
index 542d8de7d3a525e57f6bd6306c39d3751b82e360..3ab6c6a19246a3425817d40c19d2d1a67a84ca78 100644 |
--- a/Source/core/svg/SVGRect.idl |
+++ b/Source/core/svg/SVGRect.idl |
@@ -20,6 +20,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// http://www.w3.org/TR/SVG11/types.html#InterfaceSVGRect |
+ |
+// TODO(philipj): SVGRect is gone from SVG 2, replaced by DOMRect. |
[ |
ImplementedAs=SVGRectTearOff, |
SetWrapperReferenceTo(SVGElement contextElement), |