commit | d6ae2afa821c87e84790d5c04bbc172a7b12f08f | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Thu Feb 16 11:49:55 2017 -0800 |
committer | Chromium commit bot <commit-bot@chromium.org> | Thu Feb 16 20:23:48 2017 +0000 |
tree | 10beb72deaffca61ccc54a3fb49ea0d9636579bb | |
parent | 49f7deb494064351c72ef4d31577e04f634e63f3 [diff] [blame] |
Rename IJS_Context to IJS_EventContext. Prevents confusion with v8::Context, which is wrapped by a different IJS_ class. Change-Id: Iff75809e65015c0f810294de1f0d8ecf963150a3 Reviewed-on: https://pdfium-review.googlesource.com/2751 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
diff --git a/fpdfsdk/javascript/JS_Object.h b/fpdfsdk/javascript/JS_Object.h index 658a5e2..2e5c75c 100644 --- a/fpdfsdk/javascript/JS_Object.h +++ b/fpdfsdk/javascript/JS_Object.h
@@ -14,7 +14,7 @@ #include "fpdfsdk/javascript/cjs_runtime.h" #include "fxjs/fxjs_v8.h" -class CJS_Context; +class CJS_EventContext; class CJS_Object; class CPDFSDK_FormFillEnvironment;