| Index: xfa/src/fxjse/src/runtime.h
|
| diff --git a/xfa/src/fxjse/src/runtime.h b/xfa/src/fxjse/src/runtime.h
|
| index 87d540ec9b891de64cf3e454daf8283769d3b5b2..a51dc8f3ebbed282d73e2cf01dca92663b47806e 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:
|
|
|