Skip to content

Commit

Permalink
Bug 1306708 - Fix rebasing bustage on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-mccloskey committed Oct 4, 2016
1 parent 952e64e commit cfc7bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipc/glue/MessageChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,7 @@ MessageChannel::Send(Message* aMsg)
}

MOZ_RELEASE_ASSERT(!aMsg->is_sync());
// We never send an async high priority message.
MOZ_RELEASE_ASSERT(aMsg->priority() != IPC::Message::PRIORITY_HIGH);
MOZ_RELEASE_ASSERT(aMsg->nested_level() != IPC::Message::NESTED_INSIDE_SYNC);

CxxStackFrame frame(*this, OUT_MESSAGE, aMsg);

Expand Down

0 comments on commit cfc7bb2

Please sign in to comment.