From 6687f780d0c7a9a4f453f166bb4efb55294349a6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 25 Oct 2017 14:34:26 -0400 Subject: Remove CJS_Date This CL removes the CJS_Date class and uses the v8::Local directly. Change-Id: I4a59b0076bc0e5dc3142b36bd7125115605d416f Reviewed-on: https://pdfium-review.googlesource.com/16811 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fpdfsdk/javascript/JS_Value.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fpdfsdk/javascript/JS_Value.cpp') diff --git a/fpdfsdk/javascript/JS_Value.cpp b/fpdfsdk/javascript/JS_Value.cpp index 1ef5599e9e..dee06e62f3 100644 --- a/fpdfsdk/javascript/JS_Value.cpp +++ b/fpdfsdk/javascript/JS_Value.cpp @@ -209,12 +209,6 @@ int CJS_Array::GetLength(CJS_Runtime* pRuntime) const { return pRuntime->GetArrayLength(m_pArray); } -CJS_Date::CJS_Date(v8::Local pDate) : m_pDate(pDate) {} - -CJS_Date::CJS_Date(const CJS_Date& other) = default; - -CJS_Date::~CJS_Date() {} - double JS_GetDateTime() { if (!FSDK_IsSandBoxPolicyEnabled(FPDF_POLICY_MACHINETIME_ACCESS)) return 0; -- cgit v1.2.3