mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1237169 (follow-up) - Fix static analysis bustage. r=me.
This commit is contained in:
parent
3074545c18
commit
5a752050c8
@ -2637,7 +2637,7 @@ class SnowWhiteKiller : public TraceCallbacks
|
||||
ObjectsVector;
|
||||
|
||||
public:
|
||||
SnowWhiteKiller(nsCycleCollector* aCollector)
|
||||
explicit SnowWhiteKiller(nsCycleCollector* aCollector)
|
||||
: mCollector(aCollector)
|
||||
, mObjects(kSegmentSize)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user