| Index: xfa/fxjse/cfxjse_arguments.h
|
| diff --git a/xfa/fxjse/cfxjse_arguments.h b/xfa/fxjse/cfxjse_arguments.h
|
| index d7b6734e14dda527cfb9219f3b0d2267a378c109..5be270046133cc2ba7bc1255d2ba30fcf3f21d39 100644
|
| --- a/xfa/fxjse/cfxjse_arguments.h
|
| +++ b/xfa/fxjse/cfxjse_arguments.h
|
| @@ -13,13 +13,13 @@ class CFXJSE_Arguments {
|
| public:
|
| v8::Isolate* GetRuntime() const;
|
| int32_t GetLength() const;
|
| - FXJSE_HVALUE GetValue(int32_t index) const;
|
| + CFXJSE_Value* GetValue(int32_t index) const;
|
| FX_BOOL GetBoolean(int32_t index) const;
|
| int32_t GetInt32(int32_t index) const;
|
| FX_FLOAT GetFloat(int32_t index) const;
|
| CFX_ByteString GetUTF8String(int32_t index) const;
|
| void* GetObject(int32_t index) const;
|
| - FXJSE_HVALUE GetReturnValue();
|
| + CFXJSE_Value* GetReturnValue();
|
| };
|
|
|
| #endif // XFA_FXJSE_CFXJSE_ARGUMENTS_H_
|
|
|