From ecf4583b04404893b7e2e26f69f1ed5ca4d5d49c Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Wed, 24 Nov 1999 09:41:45 +0000 Subject: [PATCH] Removed the SetURLDispatcher call. git-svn-id: svn://10.0.0.236/trunk@54407 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 069dc6c2f11..533b4c5fed6 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -1523,14 +1523,6 @@ nsWebShellWindow::ContentShellAdded(nsIWebShell* aChildShell, nsIContent* frameN AddWebShellInfo(value, isPrimary, aChildShell); - // For some reason nsCOMPtr and do_queryInterface fail here - if (aChildShell) { - nsIUrlDispatcher * ud = nsnull; - QueryInterface(kIUrlDispatcherIID, (void **)&ud); - aChildShell->SetUrlDispatcher(ud); - NS_RELEASE(ud); - } - NS_RELEASE(typeAtom); NS_RELEASE(idAtom); return NS_OK;