diff options
Diffstat (limited to 'xfa/src/fxjse')
-rw-r--r-- | xfa/src/fxjse/src/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxjse/src/runtime.h b/xfa/src/fxjse/src/runtime.h index 77a447f442..65b7db06c8 100644 --- a/xfa/src/fxjse/src/runtime.h +++ b/xfa/src/fxjse/src/runtime.h @@ -14,7 +14,7 @@ class CFXJSE_RuntimeList; class CFXJSE_RuntimeData { protected: - CFXJSE_RuntimeData(v8::Isolate* pIsolate) : m_pIsolate(pIsolate){}; + CFXJSE_RuntimeData(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {} public: static CFXJSE_RuntimeData* Create(v8::Isolate* pIsolate); |