Moving Andreas Otte's fix for bug 166085 (Assertion constructing about: URIs) to the new location of these files. r=bzbarsky, sr=darin.

This commit is contained in:
bryner%netscape.com 2002-09-03 00:32:48 +00:00
Родитель c487f606ba
Коммит 79d4542503
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -102,9 +102,6 @@ nsDateTimeHandler::NewURI(const nsACString &aSpec,
nsIURI **result) {
nsresult rv;
// no concept of a relative datetime url
NS_ASSERTION(!aBaseURI, "base url passed into datetime protocol handler");
nsIURI* url;
rv = nsComponentManager::CreateInstance(kSimpleURICID, nsnull,
NS_GET_IID(nsIURI),

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

@ -87,9 +87,6 @@ nsFingerHandler::NewURI(const nsACString &aSpec,
nsIURI **result) {
nsresult rv;
// no concept of a relative finger url
NS_ASSERTION(!aBaseURI, "base url passed into finger protocol handler");
nsIURI* url;
rv = nsComponentManager::CreateInstance(kSimpleURICID, nsnull,
NS_GET_IID(nsIURI),