Bug 605138 follow-up: fix Thunderbird bustage. r=me a=bustage

This commit is contained in:
Ehsan Akhgari 2010-10-25 14:24:40 -04:00
Родитель f6c3ba522a
Коммит 51e10b8989
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -204,7 +204,7 @@ public:
enum {
SCROLL_SYNCHRONOUS = 1<<1,
SCROLL_FIRST_ANCESTOR_ONLY = 1<<2,
SCROLL_DO_FLUSH = 1<<3,
SCROLL_DO_FLUSH = 1<<3
};
// aDoFlush only matters if aIsSynchronous is true. If not, we'll just flush
// when the scroll event fires so we make sure to scroll to the right place.