| Index: compiled/Map.h |
| diff --git a/compiled/Map.h b/compiled/Map.h |
| index fd50af2e8fc0b85d3e39f5fe709ee300fdd2c9d4..d6a546c19e8ebf52e5e0baa9d8111fc8d2697426 100644 |
| --- a/compiled/Map.h |
| +++ b/compiled/Map.h |
| @@ -207,6 +207,9 @@ namespace Map_internal |
| public: |
| explicit HashContainer(size_type expectedEntries = 0) |
| : mEntryCount(0) |
| +#if defined(DEBUG) |
| + , mInsertCounter(0) |
| +#endif |
| { |
| expectedEntries = ceil(expectedEntries / LOAD_FACTOR); |
| mBucketCount = MIN_BUCKETS; |