From 1116ef0b1c45a4968d45a21d995193a7670126b3 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 23 Jul 2018 20:55:04 +0000 Subject: Remove unused CFXJSE_Arguments::GetObject() Insert another unowned ptr along the way. Change-Id: I953baa3448282fd4f655bb99524f131f66b7ed86 Reviewed-on: https://pdfium-review.googlesource.com/38593 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cfxjse_arguments.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fxjs/cfxjse_arguments.h') diff --git a/fxjs/cfxjse_arguments.h b/fxjs/cfxjse_arguments.h index 92a36c842e..e24fc8feb8 100644 --- a/fxjs/cfxjse_arguments.h +++ b/fxjs/cfxjse_arguments.h @@ -25,12 +25,10 @@ class CFXJSE_Arguments { int32_t GetInt32(int32_t index) const; float GetFloat(int32_t index) const; ByteString GetUTF8String(int32_t index) const; - CFXJSE_HostObject* GetObject(int32_t index, - CFXJSE_Class* pClass = nullptr) const; CFXJSE_Value* GetReturnValue() const; private: - const v8::FunctionCallbackInfo* m_pInfo; + UnownedPtr> m_pInfo; UnownedPtr m_pRetValue; }; -- cgit v1.2.3