summaryrefslogtreecommitdiff
path: root/fpdfsdk/javascript/cjs_event_context.cpp
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_event_context.cpp
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_event_context.cpp')
-rw-r--r--fpdfsdk/javascript/cjs_event_context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/javascript/cjs_event_context.cpp b/fpdfsdk/javascript/cjs_event_context.cpp
index bf6b337a70..e02149d176 100644
--- a/fpdfsdk/javascript/cjs_event_context.cpp
+++ b/fpdfsdk/javascript/cjs_event_context.cpp
@@ -7,7 +7,7 @@
#include "fpdfsdk/javascript/cjs_event_context.h"
#include "core/fxcrt/autorestorer.h"
-#include "fpdfsdk/javascript/JS_EventHandler.h"
+#include "fpdfsdk/javascript/cjs_eventhandler.h"
#include "fpdfsdk/javascript/cjs_runtime.h"
#include "fpdfsdk/javascript/resource.h"