| Index: fpdfsdk/javascript/ijs_runtime.h
|
| diff --git a/fpdfsdk/javascript/ijs_runtime.h b/fpdfsdk/javascript/ijs_runtime.h
|
| index c14ed7e623d70bf9c9f33a5090bbc79df5f6604b..027c500ece50a09081b499e0ac2121d4530adbf0 100644
|
| --- a/fpdfsdk/javascript/ijs_runtime.h
|
| +++ b/fpdfsdk/javascript/ijs_runtime.h
|
| @@ -35,10 +35,10 @@ class IJS_Runtime {
|
| CFX_WideString* info) = 0;
|
|
|
| #ifdef PDF_ENABLE_XFA
|
| - virtual FX_BOOL GetValueByName(const CFX_ByteStringC& utf8Name,
|
| - CFXJSE_Value* pValue) = 0;
|
| - virtual FX_BOOL SetValueByName(const CFX_ByteStringC& utf8Name,
|
| - CFXJSE_Value* pValue) = 0;
|
| + virtual bool GetValueByName(const CFX_ByteStringC& utf8Name,
|
| + CFXJSE_Value* pValue) = 0;
|
| + virtual bool SetValueByName(const CFX_ByteStringC& utf8Name,
|
| + CFXJSE_Value* pValue) = 0;
|
| #endif // PDF_ENABLE_XFA
|
|
|
| protected:
|
|
|