Revert "Bug 1306708 - Fix rebasing bustage on a CLOSED TREE"

This reverts commit cfc7bb2a6a9710dd9963185f264c70950fd5595c.
This commit is contained in:
Bill McCloskey 2016-10-04 15:55:00 -07:00
parent e7d51e609b
commit b001750d48

View File

@ -776,7 +776,8 @@ MessageChannel::Send(Message* aMsg)
}
MOZ_RELEASE_ASSERT(!aMsg->is_sync());
MOZ_RELEASE_ASSERT(aMsg->nested_level() != IPC::Message::NESTED_INSIDE_SYNC);
// We never send an async high priority message.
MOZ_RELEASE_ASSERT(aMsg->priority() != IPC::Message::PRIORITY_HIGH);
CxxStackFrame frame(*this, OUT_MESSAGE, aMsg);