diff options
Diffstat (limited to 'fxjs/cjs_util.h')
-rw-r--r-- | fxjs/cjs_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_util.h b/fxjs/cjs_util.h index a601d82225..611443c330 100644 --- a/fxjs/cjs_util.h +++ b/fxjs/cjs_util.h @@ -19,6 +19,7 @@ class CJS_Util : public CJS_Object { public: + static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); CJS_Util(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); |