diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-10-30 15:35:42 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-30 15:35:42 +0000 |
commit | 451e4c80dae398ef2349afa51c242e313f5e6c63 (patch) | |
tree | d569a8870961ecbc1791c30ae805c97670324f37 /fpdfsdk/javascript/cjs_eventhandler.cpp | |
parent | 1fc3c3b309d96b4e4f4c6d8b270a4e72710ca4a1 (diff) | |
download | pdfium-451e4c80dae398ef2349afa51c242e313f5e6c63.tar.xz |
Rename Document to match class
This CL renames fpdfsdk/javascript/Document.{cpp|h} to
fpdfsdk/javascript/cjs_document.{cpp|h}. The CJS_PrintParamsObj is split
out into cjs_printparamsobj.{cpp|h}.
Change-Id: I29377e7e60b576790fab01e4293c0c1f86339a56
Reviewed-on: https://pdfium-review.googlesource.com/17032
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/javascript/cjs_eventhandler.cpp')
-rw-r--r-- | fpdfsdk/javascript/cjs_eventhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_eventhandler.cpp b/fpdfsdk/javascript/cjs_eventhandler.cpp index f1d37e2091..ada365a268 100644 --- a/fpdfsdk/javascript/cjs_eventhandler.cpp +++ b/fpdfsdk/javascript/cjs_eventhandler.cpp @@ -6,11 +6,11 @@ #include "fpdfsdk/javascript/cjs_eventhandler.h" -#include "fpdfsdk/javascript/Document.h" #include "fpdfsdk/javascript/Field.h" #include "fpdfsdk/javascript/JS_Define.h" #include "fpdfsdk/javascript/JS_Object.h" #include "fpdfsdk/javascript/JS_Value.h" +#include "fpdfsdk/javascript/cjs_document.h" #include "fpdfsdk/javascript/cjs_event_context.h" #include "fpdfsdk/javascript/cjs_runtime.h" |