mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
comment-only change to reflect the fact that mOriginalURLSpec is no
more. r=mozbot, blanket-a=roc
This commit is contained in:
parent
ef78e77f80
commit
7613013508
@ -857,7 +857,7 @@ RDFXMLDataSourceImpl::Flush(void)
|
|||||||
if (!mIsWritable || !mIsDirty)
|
if (!mIsWritable || !mIsDirty)
|
||||||
return NS_OK;
|
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
|
// indicate failure since we can't flush back to an unknown origin
|
||||||
if (! mURL)
|
if (! mURL)
|
||||||
return NS_ERROR_NOT_INITIALIZED;
|
return NS_ERROR_NOT_INITIALIZED;
|
||||||
|
Loading…
Reference in New Issue
Block a user