summaryrefslogtreecommitdiff
path: root/fxjs/cjs_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_util.h')
-rw-r--r--fxjs/cjs_util.h1
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);