зеркало из https://github.com/mozilla/gecko-dev.git
comment out serialize while I try to figure out why linux is o=unhappy
This commit is contained in:
Родитель
ef53e175f9
Коммит
44609fd0da
|
@ -288,7 +288,8 @@ nsXMLMIMEDataSource::GetEnumerator(nsISimpleEnumerator* *aEnumerator) {
|
|||
|
||||
NS_IMETHODIMP
|
||||
nsXMLMIMEDataSource::Serialize() {
|
||||
|
||||
return NS_ERROR_FAILURE;
|
||||
#if 0
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
nsCOMPtr<nsIChannel> channel;
|
||||
|
@ -394,6 +395,7 @@ nsXMLMIMEDataSource::Serialize() {
|
|||
rv = stream->Close();
|
||||
|
||||
return rv;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче