Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/Event.idl |
| diff --git a/third_party/WebKit/Source/core/events/Event.idl b/third_party/WebKit/Source/core/events/Event.idl |
| index 07398122bdfe586dfe239ebb2290f36e479dab37..dece9fbd833473c425dda27e7fe7c7ccc0a3235c 100644 |
| --- a/third_party/WebKit/Source/core/events/Event.idl |
| +++ b/third_party/WebKit/Source/core/events/Event.idl |
| @@ -44,7 +44,7 @@ |
| readonly attribute boolean defaultPrevented; |
| [RuntimeEnabled=TrustedEvents, Unforgeable] readonly attribute boolean isTrusted; |
| - readonly attribute DOMTimeStamp timeStamp; |
| + [CallWith=ScriptState] readonly attribute DOMHighResTimeStamp timeStamp; |
|
Rick Byers
2015/09/25 17:29:33
Add a TODO here about the return type - mentioning
|
| // FIXME: initEvent()'s arguments should not be optional. |
| [Measure] void initEvent([Default=Undefined] optional DOMString type, |