From 9f53dc093a9d00342ea76ecc0b4c8c84357ffd6e Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 23 Jul 2018 19:39:24 +0000 Subject: Remove second argument to CFXJSE_Engine::ToObject() It, too, is always passed as nullptr. Change-Id: I2573bea4cc33f48c13979026ea8ae42b368ce8a5 Reviewed-on: https://pdfium-review.googlesource.com/38590 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cfxjse_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fxjs/cfxjse_engine.h') diff --git a/fxjs/cfxjse_engine.h b/fxjs/cfxjse_engine.h index 0ae16df84e..b85a4f1ae2 100644 --- a/fxjs/cfxjse_engine.h +++ b/fxjs/cfxjse_engine.h @@ -29,7 +29,7 @@ class CXFA_List; class CFXJSE_Engine : public CFX_V8 { public: static CXFA_Object* ToObject(const v8::FunctionCallbackInfo& info); - static CXFA_Object* ToObject(CFXJSE_Value* pValue, CFXJSE_Class* pClass); + static CXFA_Object* ToObject(CFXJSE_Value* pValue); static void GlobalPropertyGetter(CFXJSE_Value* pObject, const ByteStringView& szPropName, CFXJSE_Value* pValue); -- cgit v1.2.3