Remove duplicate initialization of nsDeviceContext reference count by derived class constructor (which is dangerous since it could be incremented during the base class constructor). Various other cleanup, mostly in xlib port. b=111088 r=rbs sr=jag
git-svn-id: svn://10.0.0.236/trunk@111451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -47,7 +47,7 @@ static PRUintn gToolkitTLSIndex = 0;
|
||||
|
||||
nsToolkit::nsToolkit()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
NS_INIT_ISUPPORTS();
|
||||
mGC = nsnull;
|
||||
mDisplay = xxlib_rgb_get_display(nsAppShell::GetXlibRgbHandle());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user