| Index: fxjs/cfxjse_arguments.cpp
|
| diff --git a/fxjs/cfxjse_arguments.cpp b/fxjs/cfxjse_arguments.cpp
|
| index f1dcd2c153242ec58af85b06b453da4cc63ecc9f..75904cbbead882e34de0b85c418d07f02d8472f6 100644
|
| --- a/fxjs/cfxjse_arguments.cpp
|
| +++ b/fxjs/cfxjse_arguments.cpp
|
| @@ -24,7 +24,7 @@ std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const {
|
| return lpArgValue;
|
| }
|
|
|
| -FX_BOOL CFXJSE_Arguments::GetBoolean(int32_t index) const {
|
| +bool CFXJSE_Arguments::GetBoolean(int32_t index) const {
|
| return (*m_pInfo)[index]->BooleanValue();
|
| }
|
|
|
|
|