зеркало из https://github.com/mozilla/gecko-dev.git
Bug 639194. Fix ParamTraits<nsQueryContentEvent>::Read to correctly read mWidgetIsHit. r=bsmedberg
This commit is contained in:
Родитель
fd89114bd0
Коммит
db8589502f
|
@ -254,7 +254,7 @@ struct ParamTraits<nsQueryContentEvent>
|
|||
ReadParam(aMsg, aIter, &aResult->mReply.mString) &&
|
||||
ReadParam(aMsg, aIter, &aResult->mReply.mRect) &&
|
||||
ReadParam(aMsg, aIter, &aResult->mReply.mReversed) &&
|
||||
ReadParam(aMsg, aIter, &aResult->mReply.mHasSelection);
|
||||
ReadParam(aMsg, aIter, &aResult->mReply.mHasSelection) &&
|
||||
ReadParam(aMsg, aIter, &aResult->mReply.mWidgetIsHit);
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче