Fixed some errors related to switch to using nsCOMPtr

git-svn-id: svn://10.0.0.236/trunk@20585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-02-12 18:41:26 +00:00
parent fe6eb6d858
commit 176116b148
49 changed files with 107 additions and 107 deletions

View File

@@ -226,7 +226,7 @@ nsFormControlFrame::Reflow(nsIPresContext& aPresContext,
PRBool requiresWidget = PR_TRUE;
// Checkto see if the device context supports widgets at all
if (nsnull != dx) {
if (dx) {
dx->SupportsNativeWidgets(requiresWidget);
}