зеркало из https://github.com/mozilla/gecko-dev.git
Fix ownership initializer merge botch (93079, dbaron's patch, sr=shaver, r=me).
This commit is contained in:
Родитель
90fe63dc1c
Коммит
e7bc717e12
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче