зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562432 - comparison between signed and unsigned integer expressions in nsDisplayXULEventRedirector::HitTest, r=neil
This commit is contained in:
Родитель
e11069426e
Коммит
26bcb00ad6
|
@ -2150,8 +2150,8 @@ void nsDisplayXULEventRedirector::HitTest(nsDisplayListBuilder* aBuilder,
|
|||
nsTArray<nsIFrame*> outFrames;
|
||||
mList.HitTest(aBuilder, aRect, aState, &outFrames);
|
||||
|
||||
PRInt32 originalLength = aOutFrames->Length();
|
||||
PRInt32 localLength = outFrames.Length();
|
||||
PRUint32 originalLength = aOutFrames->Length();
|
||||
PRUint32 localLength = outFrames.Length();
|
||||
|
||||
for (PRUint32 i = 0; i < localLength; i++) {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче