From 769b137a435fd53a419ebbd1deb8617771b73ef6 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 8 Jun 2016 13:12:41 -0700 Subject: Remove more FXJSE c-method wrappers. This Cl cleans up a bunch of the FXJSE_* methods and moves others into the classes where they most make sense. Review-Url: https://codereview.chromium.org/2045883004 --- xfa/fxjse/cfxjse_arguments.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xfa/fxjse/cfxjse_arguments.h') diff --git a/xfa/fxjse/cfxjse_arguments.h b/xfa/fxjse/cfxjse_arguments.h index 3028d39def..fd83f8e7f4 100644 --- a/xfa/fxjse/cfxjse_arguments.h +++ b/xfa/fxjse/cfxjse_arguments.h @@ -7,8 +7,12 @@ #ifndef XFA_FXJSE_CFXJSE_ARGUMENTS_H_ #define XFA_FXJSE_CFXJSE_ARGUMENTS_H_ +#include + #include "xfa/fxjse/include/fxjse.h" +class CFXJSE_Class; + class CFXJSE_Arguments { public: CFXJSE_Arguments(const v8::FunctionCallbackInfo* pInfo, -- cgit v1.2.3