making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@66932 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
edfdaaa3a8
commit
21b4d298b9
@ -461,7 +461,7 @@ CSSLoaderImpl::CSSLoaderImpl(void)
|
||||
mCaseSensitive = PR_FALSE;
|
||||
mNavQuirkMode = PR_FALSE;
|
||||
mParsers = nsnull;
|
||||
SetCharset(nsString(""));
|
||||
SetCharset(nsAutoString());
|
||||
}
|
||||
|
||||
static PRBool ReleaseSheet(nsHashKey* aKey, void* aData, void* aClosure)
|
||||
|
||||
@ -461,7 +461,7 @@ CSSLoaderImpl::CSSLoaderImpl(void)
|
||||
mCaseSensitive = PR_FALSE;
|
||||
mNavQuirkMode = PR_FALSE;
|
||||
mParsers = nsnull;
|
||||
SetCharset(nsString(""));
|
||||
SetCharset(nsAutoString());
|
||||
}
|
||||
|
||||
static PRBool ReleaseSheet(nsHashKey* aKey, void* aData, void* aClosure)
|
||||
|
||||
@ -461,7 +461,7 @@ CSSLoaderImpl::CSSLoaderImpl(void)
|
||||
mCaseSensitive = PR_FALSE;
|
||||
mNavQuirkMode = PR_FALSE;
|
||||
mParsers = nsnull;
|
||||
SetCharset(nsString(""));
|
||||
SetCharset(nsAutoString());
|
||||
}
|
||||
|
||||
static PRBool ReleaseSheet(nsHashKey* aKey, void* aData, void* aClosure)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user