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

more. r=mozbot, blanket-a=roc
This commit is contained in:
bzbarsky%mit.edu 2003-02-06 01:46:55 +00:00
parent ef78e77f80
commit 7613013508

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;