i think this'll fix speedracer, burning these past two hours

This commit is contained in:
danm%netscape.com 2001-04-13 06:38:33 +00:00
Родитель d00d54aa6c
Коммит 24c68cc3cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -898,7 +898,7 @@ NS_IMETHODIMP nsWebBrowser::Create()
mDC->Init(mInternalWidget->GetNativeData(NS_NATIVE_WINDOW));
mRC = do_CreateInstance(kRenderingContextCID);
mRC->Init(mDC, mInternalWidget);
mRC->Init(mDC, mInternalWidget.get());
// get the default background color for painting later
SystemAttrStruct info;