This commit is contained in:
jevering 1998-07-07 22:20:00 +00:00
Родитель b8db61a8c0
Коммит 6041a1925c
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -221,9 +221,11 @@ protected:
// Note: operator new zeros our memory
HTMLContentSink::HTMLContentSink()
{
#ifdef NS_DEBUG
if (nsnull == gSinkLogModuleInfo) {
gSinkLogModuleInfo = PR_NewLogModule("htmlcontentsink");
}
#endif
// Set the first update delta to be 50ms
LL_I2L(mUpdateDelta, PR_USEC_PER_MSEC * 50);

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

@ -221,9 +221,11 @@ protected:
// Note: operator new zeros our memory
HTMLContentSink::HTMLContentSink()
{
#ifdef NS_DEBUG
if (nsnull == gSinkLogModuleInfo) {
gSinkLogModuleInfo = PR_NewLogModule("htmlcontentsink");
}
#endif
// Set the first update delta to be 50ms
LL_I2L(mUpdateDelta, PR_USEC_PER_MSEC * 50);