Fix ownership initializer merge botch (93079, dbaron's patch, sr=shaver, r=me).

This commit is contained in:
brendan%mozilla.org 2001-08-01 22:34:42 +00:00
Родитель 90fe63dc1c
Коммит e7bc717e12
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -645,7 +645,7 @@ nsStringKey::nsStringKey(const nsAFlatString& str)
nsStringKey::nsStringKey(const nsAString& str)
: mStr(ToNewUnicode(str)),
mStrLen(str.Length()),
mOwnership(OWN_CLONE)
mOwnership(OWN)
{
NS_ASSERTION(mStr, "null string key");
#ifdef DEBUG