summaryrefslogtreecommitdiff
path: root/fxjs/cjs_runtimestub.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_runtimestub.h')
-rw-r--r--fxjs/cjs_runtimestub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_runtimestub.h b/fxjs/cjs_runtimestub.h
index cc32744736..779a67579e 100644
--- a/fxjs/cjs_runtimestub.h
+++ b/fxjs/cjs_runtimestub.h
@@ -36,7 +36,7 @@ class CJS_RuntimeStub final : public IJS_Runtime {
Optional<IJS_Runtime::JS_Error> ExecuteScript(
const WideString& script) override;
- protected:
+ private:
UnownedPtr<CPDFSDK_FormFillEnvironment> const m_pFormFillEnv;
std::unique_ptr<IJS_EventContext> m_pContext;
};