Remove unused run-to-completion feature in IPDL (bug 876989, r=cjones).

This commit is contained in:
David Anderson
2013-07-02 11:22:18 -07:00
parent d9f48a857f
commit c14eb41fca
14 changed files with 8 additions and 532 deletions

View File

@@ -823,7 +823,7 @@ RPCChannel::WaitForNotify()
{
mMonitor->AssertCurrentThreadOwns();
if (!StackDepth() && !mBlockedOnParent) {
if (!StackDepth()) {
// There is currently no way to recover from this condition.
NS_RUNTIMEABORT("StackDepth() is 0 in call to RPCChannel::WaitForNotify!");
}