mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 04:09:50 +00:00
Remove an extra, incorrect comment I accidently left in.
Not part of the build.
This commit is contained in:
parent
c4aa043a0d
commit
3aadbe293c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user