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

git-svn-id: svn://10.0.0.236/trunk@92180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
2001-04-13 06:38:33 +00:00
parent adcd15f789
commit 3226cc992f

View File

@@ -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;