Backing out changes for bug 326944, really this time\!

This commit is contained in:
roc+@cs.cmu.edu
2006-02-27 04:13:51 +00:00
parent 8f10cbef4b
commit 0efab978e0
14 changed files with 49 additions and 70 deletions

View File

@@ -1702,7 +1702,7 @@ nsListControlFrame::SetComboboxFrame(nsIFrame* aComboboxFrame)
{
nsresult rv = NS_OK;
if (nsnull != aComboboxFrame) {
rv = aComboboxFrame->QueryInterface(nsComboboxControlFrame::GetCID(),(void**) &mComboboxFrame);
rv = aComboboxFrame->QueryInterface(NS_GET_IID(nsIComboboxControlFrame),(void**) &mComboboxFrame);
}
return rv;
}