// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_XFA_CFXJSE_NODEHELPER_H_ #define FXJS_XFA_CFXJSE_NODEHELPER_H_ #include "core/fxcrt/widestring.h" #include "fxjs/xfa/cfxjse_engine.h" #include "v8/include/cppgc/persistent.h" #include "xfa/fxfa/fxfa_basic.h" class CXFA_Node; class CFXJSE_NodeHelper { … }; #endif // FXJS_XFA_CFXJSE_NODEHELPER_H_