From d6ae2afa821c87e84790d5c04bbc172a7b12f08f Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 16 Feb 2017 11:49:55 -0800 Subject: 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 Reviewed-by: dsinclair --- fpdfsdk/javascript/console.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fpdfsdk/javascript/console.h') diff --git a/fpdfsdk/javascript/console.h b/fpdfsdk/javascript/console.h index 069a81d029..1b6e9dd362 100644 --- a/fpdfsdk/javascript/console.h +++ b/fpdfsdk/javascript/console.h @@ -17,19 +17,19 @@ class console : public CJS_EmbedObj { ~console() override; public: - bool clear(IJS_Context* cc, + bool clear(IJS_EventContext* cc, const std::vector& params, CJS_Value& vRet, CFX_WideString& sError); - bool hide(IJS_Context* cc, + bool hide(IJS_EventContext* cc, const std::vector& params, CJS_Value& vRet, CFX_WideString& sError); - bool println(IJS_Context* cc, + bool println(IJS_EventContext* cc, const std::vector& params, CJS_Value& vRet, CFX_WideString& sError); - bool show(IJS_Context* cc, + bool show(IJS_EventContext* cc, const std::vector& params, CJS_Value& vRet, CFX_WideString& sError); -- cgit v1.2.3