| 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..db0fc6ff2890cc43a0e883503eeae5b605d5db62 100644
|
| --- a/Source/core/animation/DocumentAnimation.idl
|
| +++ b/Source/core/animation/AnimationEffect.idl
|
| @@ -4,6 +4,6 @@
|
|
|
| [
|
| RuntimeEnabled=WebAnimationsAPI,
|
| -] partial interface Document {
|
| - readonly attribute Timeline timeline;
|
| + NoInterfaceObject,
|
| +] interface AnimationEffect {
|
| };
|
|
|