Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: Source/core/events/Event.idl

Issue 1352523002: Use high precision timestamp for Event.timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use m_target to find event document Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 07398122bdfe586dfe239ebb2290f36e479dab37..c95a45eadd8c6f02b9f80d7a59a64dfdee8c369d 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -44,7 +44,7 @@
readonly attribute boolean defaultPrevented;
[RuntimeEnabled=TrustedEvents, Unforgeable] readonly attribute boolean isTrusted;
- readonly attribute DOMTimeStamp timeStamp;
+ readonly attribute DOMHighResTimeStamp timeStamp;
dtapuska 2015/09/18 16:04:42 Are the semantics of this unchanged since it is no
Rick Byers 2015/09/18 16:17:29 Right, we need to make sure that this type change
majidvp 2015/09/18 17:43:34 Good point. I will make sure this is covered in my
// FIXME: initEvent()'s arguments should not be optional.
[Measure] void initEvent([Default=Undefined] optional DOMString type,

Powered by Google App Engine
This is Rietveld 408576698