| Index: xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp
|
| diff --git a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp
|
| index 1c54a5dbb7c9050b814145ed36c139c7561b41b5..a08b512591caa044c3ed37673e35329155b82cdb 100644
|
| --- a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp
|
| +++ b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp
|
| @@ -14,7 +14,6 @@
|
| #include "xfa/fxfa/parser/xfa_document.h"
|
| #include "xfa/fxfa/parser/xfa_localemgr.h"
|
| #include "xfa/fxfa/parser/xfa_object.h"
|
| -#include "xfa/fxfa/parser/xfa_parser.h"
|
| #include "xfa/fxfa/parser/xfa_parser_imp.h"
|
| #include "xfa/fxfa/parser/xfa_script.h"
|
| #include "xfa/fxfa/parser/xfa_script_imp.h"
|
| @@ -212,7 +211,7 @@ void CScript_EventPseudoModel::Emit(CFXJSE_Arguments* pArguments) {
|
| if (!pEventParam) {
|
| return;
|
| }
|
| - CXFA_FFNotify* pNotify = m_pDocument->GetParser()->GetNotify();
|
| + CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
|
| if (!pNotify) {
|
| return;
|
| }
|
|
|