Make ns[C]StringKey cooperate better with new string classes (although it doesn't participate in sharing). When created (non-cloned) from a flat string it will be dependent (as it was when created from ns[C]String), but it will copy non-flat strings. b=88411 r=jaggernaut sr=waterson (Complete comment for previous checkin.)

This commit is contained in:
dbaron%fas.harvard.edu 2001-06-29 23:09:38 +00:00
Родитель 5abb921f98
Коммит d966f7df44
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -755,4 +755,3 @@ nsSupportsHashtable::Reset()
}
////////////////////////////////////////////////////////////////////////////////

Просмотреть файл

@ -357,3 +357,4 @@ protected:
////////////////////////////////////////////////////////////////////////////////
#endif