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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user