Forgot to address a review comment... Bug 223799.

This commit is contained in:
bzbarsky%mit.edu 2004-01-07 16:29:05 +00:00
Родитель 79d0520a52
Коммит 628fa9e851
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -274,9 +274,8 @@ nsXBLContentSink::ReportUnexpectedElement(nsIAtom* aElementName,
"XBL Content Sink");
NS_ENSURE_SUCCESS(rv, rv);
consoleService->LogMessage(errorObject);
return NS_OK;
return consoleService->LogMessage(errorObject);
}
NS_IMETHODIMP