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