Back out ee27d1d8b302 (bug 836951) for depending on a patch that's being backed out

CLOSED TREE
This commit is contained in:
Phil Ringnalda
2013-03-26 20:18:30 -07:00
parent d59826c312
commit 80dc42491a
5 changed files with 5 additions and 37 deletions

View File

@@ -2508,7 +2508,6 @@ NS_IMETHODIMP
nsDocShell::SetSecurityUI(nsISecureBrowserUI *aSecurityUI)
{
mSecurityUI = aSecurityUI;
mSecurityUI->SetDocShell(this);
return NS_OK;
}