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:
parent
e56aac2d4d
commit
a7f12aa876
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user