summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/runtime.h')
-rw-r--r--xfa/src/fxjse/src/runtime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/src/fxjse/src/runtime.h b/xfa/src/fxjse/src/runtime.h
index 87d540ec9b..a51dc8f3eb 100644
--- a/xfa/src/fxjse/src/runtime.h
+++ b/xfa/src/fxjse/src/runtime.h
@@ -16,8 +16,8 @@ public:
static CFXJSE_RuntimeData* Get(v8::Isolate* pIsolate);
public:
v8::Isolate* m_pIsolate;
- v8::Persistent<v8::FunctionTemplate> m_hRootContextGlobalTemplate;
- v8::Persistent<v8::Context> m_hRootContext;
+ v8::Global<v8::FunctionTemplate> m_hRootContextGlobalTemplate;
+ v8::Global<v8::Context> m_hRootContext;
public:
static CFXJSE_RuntimeList* g_RuntimeList;
protected: