diff options
Diffstat (limited to 'fxjs/cjs_runtime.h')
-rw-r--r-- | fxjs/cjs_runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 0aab84828f..c5e69fbdc8 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -33,6 +33,7 @@ class CJS_Runtime : public IJS_Runtime, ~CJS_Runtime() override; // IJS_Runtime + CJS_Runtime* AsCJSRuntime() override; IJS_EventContext* NewEventContext() override; void ReleaseEventContext(IJS_EventContext* pContext) override; CPDFSDK_FormFillEnvironment* GetFormFillEnv() const override; |