Chromium Code Reviews| Index: fpdfsdk/include/javascript/Consts.h |
| diff --git a/fpdfsdk/include/javascript/Consts.h b/fpdfsdk/include/javascript/Consts.h |
| index 165001784b8f5e8556aa290a1f2d371412628018..778e2216f49b92c40920c8c3ff741d80bb67c4e1 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 Init(v8::Isolate* pIsolate); |
| + static int DefineJSObjects(v8::Isolate* pIsolate); |
|
Lei Zhang
2015/09/10 23:02:42
BTW, it returns an int here, but the impl returns
Lei Zhang
2015/09/10 23:03:55
Whoops, ignore. Wrong DefineJSObjects()
|
| }; |
| /* ------------------------------ CJS_GlobalArrays -------------------------- */ |
| class CJS_GlobalArrays : public CJS_Object { |
| public: |
| - static int Init(v8::Isolate* pIsolate); |
| + static int DefineJSObjects(v8::Isolate* pIsolate); |
| }; |
| #endif // FPDFSDK_INCLUDE_JAVASCRIPT_CONSTS_H_ |