diff options
author | dan sinclair <dsinclair@chromium.org> | 2017-10-25 20:35:19 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-10-26 17:00:27 +0000 |
commit | 8b6acddd1e25dd48582f954ea9e67861dbd4f50f (patch) | |
tree | dca2b1d25f46add42fad311c03624ea039f0a143 /fpdfsdk/javascript/cjs_runtime.h | |
parent | d7ac26c410073359ef83c84bba21df7956b024fb (diff) | |
download | pdfium-8b6acddd1e25dd48582f954ea9e67861dbd4f50f.tar.xz |
Rename JS_EventHandler
This Renames JS_EventHandler to cjs_eventhandler to match the class name.
Change-Id: I30c7c4b92051b6d960ac7d8d8620d981f84e2142
Reviewed-on: https://pdfium-review.googlesource.com/16871
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/javascript/cjs_runtime.h')
-rw-r--r-- | fpdfsdk/javascript/cjs_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_runtime.h b/fpdfsdk/javascript/cjs_runtime.h index 69a370501d..ce39c6cc3d 100644 --- a/fpdfsdk/javascript/cjs_runtime.h +++ b/fpdfsdk/javascript/cjs_runtime.h @@ -15,7 +15,7 @@ #include "core/fxcrt/observable.h" #include "fpdfsdk/cpdfsdk_formfillenvironment.h" -#include "fpdfsdk/javascript/JS_EventHandler.h" +#include "fpdfsdk/javascript/cjs_eventhandler.h" #include "fpdfsdk/javascript/ijs_runtime.h" #include "fxjs/fxjs_v8.h" |