Bug 1007604 - fix unsigned comparison; r=bustage-fix

This commit is contained in:
Arpad Borsos 2014-05-09 10:20:55 +02:00
Родитель a7cd620c1d
Коммит fd19dfd882
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1093,7 +1093,7 @@ nsViewManager::CallWillPaintOnObservers()
{
NS_PRECONDITION(IsRootVM(), "Must be root VM for this to be called!");
int32_t index;
uint32_t index;
for (index = 0; index < gViewManagers->Length(); index++) {
nsViewManager* vm = gViewManagers->ElementAt(index);
if (vm->RootViewManager() == this) {