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 e9cf8c0b69040070c7a8dc37268907844533c628..b8f176f59d47bc518c70fd2fbf5631bec22fa549 100644 |
--- a/third_party/WebKit/Source/core/events/Event.idl |
+++ b/third_party/WebKit/Source/core/events/Event.idl |
@@ -46,15 +46,6 @@ |
[Unforgeable] readonly attribute boolean isTrusted; |
- // TODO(majidvp): At the moment the actual return value type can either |
- // be: |
- // - DOMTimeStamp (i.e. long long): legacy type |
- // - DOMHighResTimeStamp (i.e. double): HighResEventTimeStamp REF is |
- // enabled |
- // Below IDL definition uses DOMHighResTimeStamp because all DOMTimeStamp |
- // values can be represented in double type without any loss of precision. |
- // Once the feature is enabled by default the return value type will always |
- // match the definition here. |
[CallWith=ScriptState] readonly attribute DOMHighResTimeStamp timeStamp; |
// FIXME: initEvent()'s arguments should not be optional. |