Fix bustage.

This commit is contained in:
dbaron%fas.harvard.edu 2002-01-11 19:24:51 +00:00
parent b9be5da7ff
commit fa6686c2d6

View File

@ -299,6 +299,7 @@ nsresult nsDeviceContextOS2::CreateRenderingContext( nsIRenderingContext *&aCont
// Defer to Alt when there is one
if (mAltDC && ((mUseAltDC & kUseAltDCFor_CREATERC_PAINT) || (mUseAltDC & kUseAltDCFor_CREATERC_REFLOW))) {
return mAltDC->CreateRenderingContext(aContext);
}
#endif
NS_ASSERTION( mPrintDC, "CreateRenderingContext for non-print DC");