Index: Source/core/animation/AnimationPlayer.idl |
diff --git a/Source/core/animation/AnimationPlayer.idl b/Source/core/animation/AnimationPlayer.idl |
index 8d1946d97b164e4f7fd20d97cae1fa793c3305e0..375d9f4740b543fecc3520e3be382f0c1dd7b093 100644 |
--- a/Source/core/animation/AnimationPlayer.idl |
+++ b/Source/core/animation/AnimationPlayer.idl |
@@ -33,7 +33,6 @@ enum AnimationPlayState { "idle", "pending", "running", "paused", "finished" }; |
[ |
ActiveDOMObject, |
NoInterfaceObject, |
- TypeChecking=Unrestricted, |
] interface AnimationPlayer : EventTarget { |
[RuntimeEnabled=WebAnimationsAPI] attribute AnimationNode? source; |
attribute double? startTime; |