Bug 865745 - Remove redundant cx push. r=smaug

AutoSafeJSContext will always push.
This commit is contained in:
Bobby Holley 2013-06-29 18:44:04 -06:00
parent 4624941dc9
commit 775e6097f5

View File

@ -651,9 +651,6 @@ nsFrameMessageManager::ReceiveMessage(nsISupports* aTarget,
if (!object) {
continue;
}
nsCxPusher pusher;
pusher.Push(ctx);
JSAutoCompartment ac(ctx, object);
// The parameter for the listener function.