Index: Source/core/animation/Animation.idl |
diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl |
index 4323300933eb793e94ad3a88c2306a9740fd71bf..2da00b3bac00cb93fe8f2ab90e9bb0660c6eb868 100644 |
--- a/Source/core/animation/Animation.idl |
+++ b/Source/core/animation/Animation.idl |
@@ -28,7 +28,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// http://dev.w3.org/fxtf/web-animations/#idl-def-Animation |
+// http://www.w3.org/TR/web-animations/#the-animation-interface |
+ |
+// TODO(dstockwell): This interface has been renamed to KeyframeEffect in the |
+// latest spec: |
+// https://w3c.github.io/web-animations/#the-keyframeeffect-interfaces |
[ |
// FIXME: the third argument should be "optional (unrestricted double or AnimationTimingProperties) timing". |