Attempting to fix 74057, although not likely. See bug for details.
If you are asserting after this patch is applied, please contact dougt@netscape.com. r=gagan@netscape.com sr=waterson@netscape.com git-svn-id: svn://10.0.0.236/trunk@92258 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -307,7 +307,7 @@ nsProxyEventClass::DelegatedQueryInterface(nsProxyEventObject* self,
|
||||
|
||||
if(aIID.Equals(NS_GET_IID(ProxyEventClassIdentity)))
|
||||
{
|
||||
*aInstancePtr = (void**)self; //todo this should be a static cast
|
||||
*aInstancePtr = NS_STATIC_CAST(void*, self);
|
||||
NS_ADDREF(self);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user