mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
Fixing optimized build.
This commit is contained in:
parent
afde6be6e3
commit
7545f2a29d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user