зеркало из https://github.com/mozilla/gecko-dev.git
Use the correct signedness here. bug 337951, r+sr=jst
This commit is contained in:
Родитель
ec747e6e9c
Коммит
bf6a9597f9
|
@ -636,7 +636,7 @@ struct nsTimeout
|
|||
PRUint32 mPublicId;
|
||||
|
||||
// Non-zero interval in milliseconds if repetitive timeout
|
||||
PRInt32 mInterval;
|
||||
PRUint32 mInterval;
|
||||
|
||||
// Nominal time (in microseconds since the epoch) to run this
|
||||
// timeout
|
||||
|
|
Загрузка…
Ссылка в новой задаче