summaryrefslogtreecommitdiff
path: root/xfa/src/fxjse/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxjse/src/context.h')
-rw-r--r--xfa/src/fxjse/src/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxjse/src/context.h b/xfa/src/fxjse/src/context.h
index 6579cd973a..8d3300150f 100644
--- a/xfa/src/fxjse/src/context.h
+++ b/xfa/src/fxjse/src/context.h
@@ -8,7 +8,7 @@
#define FXJSE_CONTEXT_H_
class CFXJSE_Class;
class CFXJSE_Value;
-class CFXJSE_Context : public CFX_Object
+class CFXJSE_Context
{
protected:
CFXJSE_Context(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}