summaryrefslogtreecommitdiff
path: root/chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h')
-rw-r--r--chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h b/chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h
index 6415287c8e3..dfad255d7ef 100644
--- a/chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h
+++ b/chromium/third_party/pdfium/xfa/fxfa/parser/cscript_eventpseudomodel.h
@@ -8,7 +8,7 @@
#define XFA_FXFA_PARSER_CSCRIPT_EVENTPSEUDOMODEL_H_
#include "fxjs/cfxjse_arguments.h"
-#include "xfa/fxfa/parser/xfa_object.h"
+#include "xfa/fxfa/parser/cxfa_object.h"
enum class XFA_Event {
Change = 0,
@@ -63,7 +63,7 @@ class CScript_EventPseudoModel : public CXFA_Object {
void Emit(CFXJSE_Arguments* pArguments);
void Reset(CFXJSE_Arguments* pArguments);
- protected:
+ private:
void Property(CFXJSE_Value* pValue, XFA_Event dwFlag, bool bSetting);
};