summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_runtime.h
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2017-10-25 20:35:19 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-10-26 17:00:27 +0000
commit8b6acddd1e25dd48582f954ea9e67861dbd4f50f (patch)
treedca2b1d25f46add42fad311c03624ea039f0a143 /fpdfsdk/javascript/cjs_runtime.h
parentd7ac26c410073359ef83c84bba21df7956b024fb (diff)
downloadpdfium-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.h2
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"