diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-07-23 19:01:14 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-23 19:01:14 +0000 |
commit | 76a1a353cd600f482261df730549605578eb8f76 (patch) | |
tree | c38961263fbd6daf27e3fd33e96968eaed0c223a /xfa/fxfa/parser/cxfa_document.cpp | |
parent | 721f5fa5061f2dec8282b7bde48c9d4721208b7a (diff) | |
download | pdfium-76a1a353cd600f482261df730549605578eb8f76.tar.xz |
Remove unused CScript_DataWindow::JSDataWindow().
Do the same thing for N other similar files.
Change-Id: If9bb7f6335287441206083c3512fc8a788e9d39b
Reviewed-on: https://pdfium-review.googlesource.com/38532
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_document.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_document.cpp b/xfa/fxfa/parser/cxfa_document.cpp index a24bf2014f..5ed1d7f3ec 100644 --- a/xfa/fxfa/parser/cxfa_document.cpp +++ b/xfa/fxfa/parser/cxfa_document.cpp @@ -12,6 +12,7 @@ #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/xml/cfx_xmldocument.h" #include "fxjs/cfxjse_engine.h" +#include "fxjs/xfa/cjx_object.h" #include "third_party/base/compiler_specific.h" #include "xfa/fxfa/cxfa_ffdoc.h" #include "xfa/fxfa/cxfa_ffnotify.h" |