commit | 826308debc63f28ef547b4abc052fd82ef0986fa | [log] [tgz] |
---|---|---|
author | kumarashishg <kumarashishg@google.com> | Fri Jun 23 13:21:22 2023 +0000 |
committer | Bharath <bharath@teamb58.org> | Wed Jan 17 23:23:36 2024 +0530 |
tree | af0c068a636b86cc15357319c0b45b1948625cda | |
parent | 079b233774bb3977d3713cf24a5b5bb8a4b99b7f [diff] [blame] |
Update pdfium to Chrome 114.0.5735.130 pdfium pdfium last commit id: 9505810f6 Bug: 279055389 Test: Build the code and flash the device and check Print functionality Test: atest FrameworksCoreTests Test: atest CtsPrintTestCases Test: atest CtsPdfTestCases (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3e2fb7d98efb4ba7b51fd84e9a0ae04f8c0f7805) Merged-In: I2efabeec0d0fa3925bcbeebf36031cee6f7f9fc4 Change-Id: I2efabeec0d0fa3925bcbeebf36031cee6f7f9fc4
diff --git a/fxjs/cjs_delaydata.cpp b/fxjs/cjs_delaydata.cpp index d7e1f78..12b34fa 100644 --- a/fxjs/cjs_delaydata.cpp +++ b/fxjs/cjs_delaydata.cpp
@@ -1,4 +1,4 @@ -// Copyright 2017 PDFium Authors. All rights reserved. +// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,4 +9,4 @@ CJS_DelayData::CJS_DelayData(FIELD_PROP prop, int idx, const WideString& name) : eProp(prop), nControlIndex(idx), sFieldName(name) {} -CJS_DelayData::~CJS_DelayData() {} +CJS_DelayData::~CJS_DelayData() = default;