Bug 1047648 - TelemetryImpl::mHistogramMap can use nsDepCharHashKey. r=aklotz

This commit is contained in:
Andrew McCreight 2014-08-06 11:26:35 -07:00
parent c9823c04a1
commit aaf9a1f146

View File

@ -632,7 +632,7 @@ private:
AddonMapType mAddonMap;
// This is used for speedy string->Telemetry::ID conversions
typedef nsBaseHashtableET<nsCharPtrHashKey, Telemetry::ID> CharPtrEntryType;
typedef nsBaseHashtableET<nsDepCharHashKey, Telemetry::ID> CharPtrEntryType;
typedef AutoHashtable<CharPtrEntryType> HistogramMapType;
HistogramMapType mHistogramMap;
bool mCanRecord;