Index: third_party/WebKit/Source/core/animation/AnimationTimeline.idl |
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl |
index 772b2e6c816191002db74332c2ae5f9a7f32dbab..a707bcd81fc56375261ec4c5c27f84188b9c12d6 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl |
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl |
@@ -13,6 +13,6 @@ |
] interface AnimationTimeline { |
attribute double? currentTime; |
attribute double playbackRate; |
- Animation play(AnimationEffectReadOnly source); |
+ [LegacyInterfaceTypeChecking] Animation play(AnimationEffectReadOnly source); |
sequence<Animation> getAnimations(); |
}; |