Bug 784730 - Add missing comment. r=bholley DONTBUILD

This commit is contained in:
Andrew McCreight 2013-02-12 09:46:34 -08:00
parent 3c0ed7f773
commit 0d610e97de

View File

@ -1582,6 +1582,7 @@ XPCWrappedNative::ReparentWrapperIfFound(XPCCallContext& ccx,
wrapper->UpdateScriptableInfo(newProto->GetScriptableInfo());
}
// Crash if the wrapper is already in the new scope.
if (newMap->Find(wrapper->GetIdentityObject()))
MOZ_CRASH();