Bug 1279614 - 2,000 instances of "XPCOM objects created/destroyed from static ctor/dtor" emitted from xpcom/base/nsTraceRefcnt.cpp during linux64 debug testing. r=gfritzsche,jmathies.
This commit is contained in:
@@ -165,8 +165,8 @@ namespace {
|
||||
// Set to true once this global state has been initialized
|
||||
bool gInitDone = false;
|
||||
|
||||
bool gCanRecordBase;
|
||||
bool gCanRecordExtended;
|
||||
bool gCanRecordBase = false;
|
||||
bool gCanRecordExtended = false;
|
||||
|
||||
HistogramMapType gHistogramMap(mozilla::Telemetry::HistogramCount);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user