removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa
git-svn-id: svn://10.0.0.236/trunk@116799 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -394,9 +394,9 @@ NS_IMETHODIMP nsContentTreeOwner::SetWebBrowser(nsIWebBrowser* aWebBrowser)
|
||||
NS_IMETHODIMP nsContentTreeOwner::GetWebBrowser(nsIWebBrowser** aWebBrowser)
|
||||
{
|
||||
// Unimplemented, and probably will remain so; xpfe windows have docshells,
|
||||
// not webbrowsers. Note that we're relying on this to differentiate
|
||||
// embedded instances from Mozilla in nsWindowWatcher::InitializeDocshell.
|
||||
// (Don't let me stop you, but keep that in mind.)
|
||||
// not webbrowsers.
|
||||
NS_ENSURE_ARG_POINTER(aWebBrowser);
|
||||
*aWebBrowser = 0;
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user