Index: Source/core/animation/AnimationEffect.idl |
diff --git a/Source/core/animation/DocumentAnimation.idl b/Source/core/animation/AnimationEffect.idl |
similarity index 74% |
copy from Source/core/animation/DocumentAnimation.idl |
copy to Source/core/animation/AnimationEffect.idl |
index 2bfb6a74b00d388c5f585b10f2d56950155c2458..2164ea6d1c79e0206caa07e9e6203f51be24c554 100644 |
--- a/Source/core/animation/DocumentAnimation.idl |
+++ b/Source/core/animation/AnimationEffect.idl |
@@ -4,6 +4,5 @@ |
[ |
RuntimeEnabled=WebAnimationsAPI, |
-] partial interface Document { |
- readonly attribute Timeline timeline; |
+] interface AnimationEffect { |
}; |