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.h2
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);