mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Bug 891891 - Back out crash diagnostics. r=me
This commit is contained in:
parent
3d2fa7cabf
commit
be42c6d9ad
@ -568,22 +568,6 @@ nsXPCWrappedJSClass::DelegatedQueryInterface(nsXPCWrappedJS* self,
|
||||
REFNSIID aIID,
|
||||
void** aInstancePtr)
|
||||
{
|
||||
if (MOZ_UNLIKELY(!NS_IsMainThread())) {
|
||||
printf("Uh oh! DelegatedQueryInterface called off-main-thread!\n");
|
||||
printf("Name: %s\n", GetInterfaceName());
|
||||
JSCompartment *c = js::GetObjectCompartment(self->GetJSObjectPreserveColor());
|
||||
char *origin = nullptr;
|
||||
nsresult rv = xpc::GetCompartmentPrincipal(c)->GetOrigin(&origin);
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
printf("Principal origin: %s\n", origin);
|
||||
NS_Free(origin);
|
||||
} else {
|
||||
printf("Unable to get origin from principal :-(\n");
|
||||
}
|
||||
nsAutoCString loc(EnsureCompartmentPrivate(c)->GetLocation());
|
||||
printf("Global's Location: %s\n", loc.get());
|
||||
MOZ_CRASH();
|
||||
}
|
||||
if (aIID.Equals(NS_GET_IID(nsIXPConnectJSObjectHolder))) {
|
||||
NS_ADDREF(self);
|
||||
*aInstancePtr = (void*) static_cast<nsIXPConnectJSObjectHolder*>(self);
|
||||
|
Loading…
x
Reference in New Issue
Block a user