missed commenting out two assertions which will cause mac and OS2 users
lots of pain. r=brade, a=leaf. git-svn-id: svn://10.0.0.236/trunk@67119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
14021a0f28
commit
93f5201c5e
@ -667,7 +667,7 @@ nsFileSpec::nsFileSpec(const nsFileSpec& inSpec)
|
||||
nsFileSpec::nsFileSpec(const char* inNativePathString, PRBool inCreateDirs)
|
||||
//----------------------------------------------------------------------------------------
|
||||
{
|
||||
NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
|
||||
// NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
|
||||
Clear(); // this sets mError to NS_ERROR_NOT_INITIALIZED
|
||||
|
||||
if (inNativePathString)
|
||||
|
||||
@ -178,7 +178,7 @@ nsFilePath::nsFilePath( const nsFileSpec &inSpec)
|
||||
|
||||
nsFileSpec::nsFileSpec( const nsFilePath &inPath)
|
||||
{
|
||||
NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
|
||||
// NS_ASSERTION(0, "nsFileSpec is unsupported - use nsIFile!");
|
||||
*this = inPath;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user