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