| Index: Source/core/animation/AnimationNode.idl
 | 
| diff --git a/Source/core/animation/AnimationNode.idl b/Source/core/animation/AnimationNode.idl
 | 
| index 3e52f46647d60e351138b7ae197d5eb3153f3a1e..119cba2de5577fb4f6cbe0fbfed6ebedd57f91e8 100644
 | 
| --- a/Source/core/animation/AnimationNode.idl
 | 
| +++ b/Source/core/animation/AnimationNode.idl
 | 
| @@ -28,6 +28,12 @@
 | 
|   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|   */
 | 
|  
 | 
| +// http://www.w3.org/TR/web-animations/#the-animationnode-interface
 | 
| +
 | 
| +// TODO(dstockwell): This interface has been renamed to AnimationEffectReadonly
 | 
| +// in the latest spec:
 | 
| +// https://w3c.github.io/web-animations/#the-animationeffectreadonly-interface
 | 
| +
 | 
|  [
 | 
|      RuntimeEnabled=WebAnimationsAPI,
 | 
|      WillBeGarbageCollected,
 | 
| 
 |