diff --git a/dom/plugins/base/nsJSNPRuntime.cpp b/dom/plugins/base/nsJSNPRuntime.cpp index a0d66358eead..e796f24cce80 100644 --- a/dom/plugins/base/nsJSNPRuntime.cpp +++ b/dom/plugins/base/nsJSNPRuntime.cpp @@ -664,7 +664,7 @@ ReportExceptionIfPending(JSContext *cx) } nsJSObjWrapper::nsJSObjWrapper(NPP npp) - : mJSObj(nullptr), mNpp(npp) + : mJSObj(nullptr), mNpp(npp), mDestroyPending(false) { MOZ_COUNT_CTOR(nsJSObjWrapper); OnWrapperCreated();