.timePasswordChanged = this.timePasswordChanged; clone.timesUsed = this.timesUsed; clone.syncCounter = this.syncCounter; clone.everSynced = this.everSynced; // Unknown fields from other clients clone.unknownFields = this.unknownFields; return clone; }, // // nsILoginMetaInfo interfaces... // guid: null, timeCreated: null, timeLastUsed: null, timePasswordChanged: null, timesUsed: null, }; // end of nsLoginInfo implementation PK