mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
backing out last patch, it doesn't work
This commit is contained in:
parent
49098d56df
commit
270d6a852d
@ -567,7 +567,7 @@ class NS_COM NS_ConvertUTF8toUCS2
|
||||
|
||||
NS_ConvertUTF8toUCS2( const char* aCString, PRUint32 aLength )
|
||||
{
|
||||
Init( Substring( aCString, aCString + aLength ) );
|
||||
Init( nsDependentCString( aCString, aLength ) );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
@ -567,7 +567,7 @@ class NS_COM NS_ConvertUTF8toUCS2
|
||||
|
||||
NS_ConvertUTF8toUCS2( const char* aCString, PRUint32 aLength )
|
||||
{
|
||||
Init( Substring( aCString, aCString + aLength ) );
|
||||
Init( nsDependentCString( aCString, aLength ) );
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user