Index: third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.cpp b/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
index 1d71c349a9401e838a7ff0634ab194334708bed0..e9846d0b8452a192059cbc135abc72a8d5d18a28 100644 |
--- a/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
@@ -82,7 +82,7 @@ KeyboardEvent::KeyboardEvent(const PlatformKeyboardEvent& key, AbstractView* vie |
, m_location(keyLocationCode(key)) |
, m_isAutoRepeat(key.isAutoRepeat()) |
{ |
- setUICreateTime(key.timestamp()); |
+ setPlatformTimeStamp(key.timestamp()); |
} |
KeyboardEvent::KeyboardEvent(const AtomicString& eventType, const KeyboardEventInit& initializer) |