| Index: xfa/fxjse/cfxjse_arguments.h
|
| diff --git a/xfa/fxjse/cfxjse_arguments.h b/xfa/fxjse/cfxjse_arguments.h
|
| index d7b6734e14dda527cfb9219f3b0d2267a378c109..423e22d8889900dbce9e22b766d243c26f0c85d9 100644
|
| --- a/xfa/fxjse/cfxjse_arguments.h
|
| +++ b/xfa/fxjse/cfxjse_arguments.h
|
| @@ -18,7 +18,7 @@
|
| 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;
|
| + void* GetObject(int32_t index, FXJSE_HCLASS hClass = nullptr) const;
|
| FXJSE_HVALUE GetReturnValue();
|
| };
|
|
|
|
|