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:
dougt%netscape.com 2000-04-25 18:16:16 +00:00
parent 14021a0f28
commit 93f5201c5e
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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;
}