bug 516798: fix busted actor-as-return-value handling in IPDL

This commit is contained in:
Chris Jones
2009-09-16 21:49:41 -05:00
parent 02be163163
commit cce1ee683f
2 changed files with 59 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ SyncChannel::OnDispatchMessage(const Message& msg)
NS_ABORT_IF_FALSE(msg.is_sync(), "only sync messages here");
NS_ABORT_IF_FALSE(!msg.is_reply(), "wasn't awaiting reply");
Message* reply;
Message* reply = 0;
mProcessingSyncMessage = true;
Result rv =