summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/value.h')
-rw-r--r--xfa/src/fxjse/src/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxjse/src/value.h b/xfa/src/fxjse/src/value.h
index aca23bf310..eb118fd5c6 100644
--- a/xfa/src/fxjse/src/value.h
+++ b/xfa/src/fxjse/src/value.h
@@ -7,7 +7,7 @@
#ifndef FXJSE_VALUE_H_
#define FXJSE_VALUE_H_
#include "scope_inline.h"
-class CFXJSE_Value : public CFX_Object
+class CFXJSE_Value
{
public:
CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}