comment-only change to reflect the fact that mOriginalURLSpec is no

more. r=mozbot, blanket-a=roc


git-svn-id: svn://10.0.0.236/trunk@137458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-02-06 01:46:55 +00:00
parent ba1f04f4b2
commit b8b4245d0a

View File

@@ -857,7 +857,7 @@ RDFXMLDataSourceImpl::Flush(void)
if (!mIsWritable || !mIsDirty)
return NS_OK;
// while it is not fatal if mOriginalURLSpec is not set,
// while it is not fatal if mURL is not set,
// indicate failure since we can't flush back to an unknown origin
if (! mURL)
return NS_ERROR_NOT_INITIALIZED;