mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-05 22:22:47 +00:00
if you want a pointer to the characters, you're going to have to |.get()| it
This commit is contained in:
parent
b9d91cdd90
commit
c8bd6535e2
@ -457,7 +457,7 @@ nsCStringKey::Clone() const
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
nsStringKey::nsStringKey(const nsAReadableString& str)
|
nsStringKey::nsStringKey(const nsAReadableString& str)
|
||||||
: mStr(NS_CONST_CAST(PRUnichar*, NS_STATIC_CAST(const PRUnichar *, nsPromiseFlatString(str)))), mStrLen(str.Length()), mOwnership(OWN_CLONE)
|
: mStr(NS_CONST_CAST(PRUnichar*, NS_STATIC_CAST(const PRUnichar *, nsPromiseFlatString(str).get()))), mStrLen(str.Length()), mOwnership(OWN_CLONE)
|
||||||
{
|
{
|
||||||
NS_ASSERTION(mStr, "null string key");
|
NS_ASSERTION(mStr, "null string key");
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user