| Index: sky/engine/core/events/Event.idl
|
| diff --git a/sky/engine/core/events/Event.idl b/sky/engine/core/events/Event.idl
|
| index e357511227c264bedd7f2419cf28ec6a89a53a18..d2904ddaa62e72067f8037f8ae0c4e0902fbdbd3 100644
|
| --- a/sky/engine/core/events/Event.idl
|
| +++ b/sky/engine/core/events/Event.idl
|
| @@ -35,7 +35,7 @@
|
| readonly attribute unsigned short eventPhase;
|
| [InitializedByEventConstructor] readonly attribute boolean bubbles;
|
| [InitializedByEventConstructor] readonly attribute boolean cancelable;
|
| - readonly attribute DOMTimeStamp timeStamp;
|
| + readonly attribute double timeStamp;
|
|
|
| void stopPropagation();
|
| void preventDefault();
|
|
|