Index: Source/core/events/TransitionEventInit.idl |
diff --git a/Source/core/events/TransitionEventInit.idl b/Source/core/events/TransitionEventInit.idl |
index 9a5bb577c86b2133c3d00aeddd3345d5a9483db5..fbcb40e5d44a351ee1cc5995fcd617ba7d73bf2d 100644 |
--- a/Source/core/events/TransitionEventInit.idl |
+++ b/Source/core/events/TransitionEventInit.idl |
@@ -4,9 +4,7 @@ |
// http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent |
-[ |
- TypeChecking=Unrestricted, |
-] dictionary TransitionEventInit : EventInit { |
+dictionary TransitionEventInit : EventInit { |
DOMString propertyName = ""; |
double elapsedTime = 0.0; |
DOMString pseudoElement = ""; |