| Index: fxjs/fxjs_v8.cpp
|
| diff --git a/fxjs/fxjs_v8.cpp b/fxjs/fxjs_v8.cpp
|
| index 53f2527ad647fa40f8662d07dfd065a3cb9fac87..53042542423da0cb831ef043cd6b894b7b81caef 100644
|
| --- a/fxjs/fxjs_v8.cpp
|
| +++ b/fxjs/fxjs_v8.cpp
|
| @@ -215,12 +215,7 @@ FXJS_PerIsolateData* FXJS_PerIsolateData::Get(v8::Isolate* pIsolate) {
|
| pIsolate->GetData(g_embedderDataSlot));
|
| }
|
|
|
| -#ifndef PDF_ENABLE_XFA
|
| FXJS_PerIsolateData::FXJS_PerIsolateData() : m_pDynamicObjsMap(nullptr) {}
|
| -#else // PDF_ENABLE_XFA
|
| -FXJS_PerIsolateData::FXJS_PerIsolateData()
|
| - : m_pFXJSERuntimeData(nullptr), m_pDynamicObjsMap(nullptr) {}
|
| -#endif // PDF_ENABLE_XFA
|
|
|
| CFXJS_Engine::CFXJS_Engine() : m_isolate(nullptr) {}
|
|
|
|
|