зеркало из https://github.com/mozilla/gecko-dev.git
Bug 4706. Make sure to close the first RDF:RDF tag. Duh.
This commit is contained in:
Родитель
d8e4fb2275
Коммит
e85ace8aa5
|
@ -161,9 +161,9 @@ LocalStoreImpl::LocalStoreImpl(void)
|
|||
|
||||
LocalStoreImpl::~LocalStoreImpl(void)
|
||||
{
|
||||
Flush();
|
||||
NS_IF_RELEASE(mInner);
|
||||
PL_strfree(mURI);
|
||||
Flush();
|
||||
}
|
||||
|
||||
|
||||
|
@ -237,7 +237,7 @@ static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
|||
nsOutputFileStream os(spec);
|
||||
os << "<?xml version=\"1.0\"?>" << nsEndl;
|
||||
os << "<RDF:RDF xmlns:RDF=\"" << RDF_NAMESPACE_URI << "\"" << nsEndl;
|
||||
os << " xmlns:NC=\"" << NC_NAMESPACE_URI << "\"" << nsEndl;
|
||||
os << " xmlns:NC=\"" << NC_NAMESPACE_URI << "\">" << nsEndl;
|
||||
os << " <!-- Empty -->" << nsEndl;
|
||||
os << "</RDF:RDF>" << nsEndl;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче