summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/javascript/JS_Runtime.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-09-11 13:21:50 -0700
committerTom Sepez <tsepez@chromium.org>2015-09-11 13:21:50 -0700
commit142165e2f62b8ba727e8aab40591ca3a7b6fa214 (patch)
tree66983430b5997e9852a18009b814cde7a1828c56 /fpdfsdk/include/javascript/JS_Runtime.h
parent570875c067ab1b4c81fac2cfe908f867d3979d3a (diff)
downloadpdfium-142165e2f62b8ba727e8aab40591ca3a7b6fa214.tar.xz
Merge to XFA: Fix strings, ..., void return types for Consts.h.
(cherry picked from commit f9e40aec10263f9445d69598657f42550294d653) Orignal Review URL: https://codereview.chromium.org/1342433002 . R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1338003004 .
Diffstat (limited to 'fpdfsdk/include/javascript/JS_Runtime.h')
-rw-r--r--fpdfsdk/include/javascript/JS_Runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/javascript/JS_Runtime.h b/fpdfsdk/include/javascript/JS_Runtime.h
index 95b0ab1abf..ac1a688369 100644
--- a/fpdfsdk/include/javascript/JS_Runtime.h
+++ b/fpdfsdk/include/javascript/JS_Runtime.h
@@ -61,7 +61,7 @@ class CJS_Runtime : public IFXJS_Runtime {
FXJSE_HVALUE hValue);
private:
- FX_BOOL DefineJSObjects();
+ void DefineJSObjects();
CFX_ArrayTemplate<CJS_Context*> m_ContextArray;
CPDFDoc_Environment* m_pApp;