Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / extension / api / contacts / contacts_api.js
index baad915..525e03f 100644 (file)
@@ -175,7 +175,7 @@ window.ContactName = function(init) {
 
 window.Contact = function(init) {
   this.id = null;
-  this.lastUpdated = null;
+  this.lastUpdated = new Date();
   this.name = init.name;
   this.emails = init.emails;
   this.photos = init.photos;