diff options
Diffstat (limited to 'fxjs/cjs_runtime.h')
-rw-r--r-- | fxjs/cjs_runtime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 0c32562304..73b722db43 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -27,8 +27,6 @@ class CJS_Runtime : public IJS_Runtime, public: using FieldEvent = std::pair<WideString, JS_EVENT_T>; - static CJS_Runtime* RuntimeFromIsolateCurrentContext(v8::Isolate* pIsolate); - explicit CJS_Runtime(CPDFSDK_FormFillEnvironment* pFormFillEnv); ~CJS_Runtime() override; |