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