Index: Source/core/svg/SVGPoint.idl |
diff --git a/Source/core/svg/SVGPoint.idl b/Source/core/svg/SVGPoint.idl |
index d247b181ccf1a8f8091ae4d0b60c16c45b241730..7097dc872937c8bd23c128763151e62b1a738516 100644 |
--- a/Source/core/svg/SVGPoint.idl |
+++ b/Source/core/svg/SVGPoint.idl |
@@ -20,6 +20,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// http://www.w3.org/TR/SVG11/coords.html#InterfaceSVGPoint |
+ |
+// TODO(philipj): SVGPoint is gone from SVG 2, replaced by DOMPoint. |
[ |
ImplementedAs=SVGPointTearOff, |
SetWrapperReferenceTo(SVGElement contextElement), |