summaryrefslogtreecommitdiff
path: root/fxjs/cjs_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_object.h')
-rw-r--r--fxjs/cjs_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjs_object.h b/fxjs/cjs_object.h
index c33fd7710f..c3766fc2c0 100644
--- a/fxjs/cjs_object.h
+++ b/fxjs/cjs_object.h
@@ -53,8 +53,6 @@ class CJS_Object {
CJS_Object(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
virtual ~CJS_Object();
- virtual void InitInstance();
-
v8::Local<v8::Object> ToV8Object() { return m_pV8Object.Get(GetIsolate()); }
v8::Isolate* GetIsolate() const { return m_pIsolate.Get(); }
CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); }