Index: xfa/src/fxjse/src/runtime.h |
diff --git a/xfa/src/fxjse/src/runtime.h b/xfa/src/fxjse/src/runtime.h |
index 77a447f4425a0f826c7a4915a540e796fd0e3e38..65b7db06c81c933358de61e3b913b0c9e11cdcbf 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); |