mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1172824: Initialize a few members in CompartmentCheckTracer (CID 1304705); r=terrence
This commit is contained in:
parent
adc2c95688
commit
e4bc6fd109
@ -3680,7 +3680,9 @@ class CompartmentCheckTracer : public JS::CallbackTracer
|
||||
void trace(void** thingp, JS::TraceKind kind) override;
|
||||
|
||||
public:
|
||||
explicit CompartmentCheckTracer(JSRuntime* rt) : JS::CallbackTracer(rt) {}
|
||||
explicit CompartmentCheckTracer(JSRuntime* rt)
|
||||
: JS::CallbackTracer(rt), src(nullptr), zone(nullptr), compartment(nullptr)
|
||||
{}
|
||||
|
||||
Cell* src;
|
||||
JS::TraceKind srcKind;
|
||||
|
Loading…
Reference in New Issue
Block a user