Remove an extra, incorrect comment I accidently left in.
Not part of the build. git-svn-id: svn://10.0.0.236/trunk@101619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -395,7 +395,6 @@ PyG_Base::GetWeakReference(nsIWeakReference **ret)
|
||||
}
|
||||
NS_PRECONDITION(ret, "null pointer");
|
||||
if (ret==nsnull) return NS_ERROR_INVALID_POINTER;
|
||||
// explicit QI back to nsISupports
|
||||
if (!m_pWeakRef) {
|
||||
// First query for a weak reference - create it.
|
||||
m_pWeakRef = new PyXPCOM_GatewayWeakReference(this);
|
||||
|
||||
Reference in New Issue
Block a user