Chromium Code Reviews| Index: xfa/fxjse/cfxjse_arguments.h |
| diff --git a/xfa/fxjse/cfxjse_arguments.h b/xfa/fxjse/cfxjse_arguments.h |
| index 3028d39def7c2011e53dca1f435aa27bb18feea3..f5574b642fe692d285d4f937b38c1eed705ce20f 100644 |
| --- a/xfa/fxjse/cfxjse_arguments.h |
| +++ b/xfa/fxjse/cfxjse_arguments.h |
| @@ -9,6 +9,8 @@ |
|
Tom Sepez
2016/06/08 17:08:10
#include <memory>
dsinclair
2016/06/08 19:44:30
Done.
|
| #include "xfa/fxjse/include/fxjse.h" |
| +class CFXJSE_Class; |
| + |
| class CFXJSE_Arguments { |
| public: |
| CFXJSE_Arguments(const v8::FunctionCallbackInfo<v8::Value>* pInfo, |