Index: fpdfsdk/include/javascript/Consts.h |
diff --git a/fpdfsdk/include/javascript/Consts.h b/fpdfsdk/include/javascript/Consts.h |
index 778e2216f49b92c40920c8c3ff741d80bb67c4e1..c6abd8549aa5022b66a6f4dbf3d9b25bde51d1a9 100644 |
--- a/fpdfsdk/include/javascript/Consts.h |
+++ b/fpdfsdk/include/javascript/Consts.h |
@@ -103,14 +103,14 @@ class CJS_Zoomtype : public CJS_Object { |
class CJS_GlobalConsts : public CJS_Object { |
public: |
- static int DefineJSObjects(v8::Isolate* pIsolate); |
+ static void DefineJSObjects(v8::Isolate* pIsolate); |
}; |
/* ------------------------------ CJS_GlobalArrays -------------------------- */ |
class CJS_GlobalArrays : public CJS_Object { |
public: |
- static int DefineJSObjects(v8::Isolate* pIsolate); |
+ static void DefineJSObjects(v8::Isolate* pIsolate); |
}; |
#endif // FPDFSDK_INCLUDE_JAVASCRIPT_CONSTS_H_ |