diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-23 18:24:13 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-23 18:24:13 +0000 |
commit | 9b85f4ba6fdd86c488498003a2db5854d4ece036 (patch) | |
tree | 30a4075f274ed5a264a3174c0797caac2549ae35 /fxjs/xfa/cjx_boolean.cpp | |
parent | 8a0941d6deeee75bf1f9f51a00e61a15d3aa18d1 (diff) | |
download | pdfium-9b85f4ba6fdd86c488498003a2db5854d4ece036.tar.xz |
Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330
This CL merges CXFA_WidgetAcc into CXFA_Node.
Change-Id: Iab52ca7f98c9dcd4ab089c61b8f1324a565bf647
Reviewed-on: https://pdfium-review.googlesource.com/23610
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/xfa/cjx_boolean.cpp')
-rw-r--r-- | fxjs/xfa/cjx_boolean.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_boolean.cpp b/fxjs/xfa/cjx_boolean.cpp index 6f62fcbe31..6abcd3c8bd 100644 --- a/fxjs/xfa/cjx_boolean.cpp +++ b/fxjs/xfa/cjx_boolean.cpp @@ -7,7 +7,6 @@ #include "fxjs/xfa/cjx_boolean.h" #include "fxjs/cfxjse_value.h" -#include "xfa/fxfa/cxfa_widgetacc.h" #include "xfa/fxfa/parser/cxfa_boolean.h" CJX_Boolean::CJX_Boolean(CXFA_Boolean* node) : CJX_Content(node) {} |