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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user