diff options
Diffstat (limited to 'fxjs/cjs_runtime.h')
-rw-r--r-- | fxjs/cjs_runtime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index f7b2679523..8835106697 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -65,8 +65,8 @@ class CJS_Runtime final : public IJS_Runtime, std::vector<std::unique_ptr<CJS_EventContext>> m_EventContextArray; CPDFSDK_FormFillEnvironment::ObservedPtr m_pFormFillEnv; - bool m_bBlocking; - bool m_isolateManaged; + bool m_bBlocking = false; + bool m_isolateManaged = false; std::set<FieldEvent> m_FieldEventSet; }; |