Chromium Code Reviews| Index: Source/core/events/WebKitAnimationEventInit.idl |
| diff --git a/Source/core/events/WebKitAnimationEventInit.idl b/Source/core/events/WebKitAnimationEventInit.idl |
| index d186c70fcaeccddcc85ba1c48fe8c244f22ffde2..6314590fe3bf0c5281931e243e09f2af4c9586e8 100644 |
| --- a/Source/core/events/WebKitAnimationEventInit.idl |
| +++ b/Source/core/events/WebKitAnimationEventInit.idl |
| @@ -4,7 +4,9 @@ |
| // Non-standard. |
| -dictionary WebKitAnimationEventInit : EventInit { |
| +[ |
| + TypeChecking=Unrestricted, |
| +] dictionary WebKitAnimationEventInit : EventInit { |
| DOMString animationName; |
| double elapsedTime; |
| }; |