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

git-svn-id: svn://10.0.0.236/trunk@128685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com 2002-09-03 00:32:48 +00:00
parent e56aac2d4d
commit a7f12aa876
2 changed files with 0 additions and 6 deletions

View File

@ -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),

View File

@ -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),