Backout changeset 3077d21f177b because of the wrong bug number

This commit is contained in:
Ehsan Akhgari 2012-07-26 15:24:02 -04:00
parent 21e41e6781
commit 6fe61390b9

View File

@ -136,7 +136,7 @@ struct ParamTraits<nsMouseEvent>
static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
{
bool rv;
PRUint8 reason = 0, context = 0, exit = 0;
PRUint8 reason, context, exit;
rv = ReadParam(aMsg, aIter, static_cast<nsMouseEvent_base*>(aResult)) &&
ReadParam(aMsg, aIter, &aResult->ignoreRootScrollFrame) &&
ReadParam(aMsg, aIter, &reason) &&