From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../components/formautofill/FormAutofillNative.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'toolkit/components/formautofill/FormAutofillNative.cpp') diff --git a/toolkit/components/formautofill/FormAutofillNative.cpp b/toolkit/components/formautofill/FormAutofillNative.cpp index 57af789861..08c462aa44 100644 --- a/toolkit/components/formautofill/FormAutofillNative.cpp +++ b/toolkit/components/formautofill/FormAutofillNative.cpp @@ -200,14 +200,16 @@ enum class CCExpYearParams : uint8_t { }; struct AutofillParams { - EnumeratedArray + EnumeratedArray mCCNumberParams; - EnumeratedArray mCCNameParams; - EnumeratedArray mCCTypeParams; - EnumeratedArray mCCExpParams; - EnumeratedArray + EnumeratedArray + mCCNameParams; + EnumeratedArray + mCCTypeParams; + EnumeratedArray mCCExpParams; + EnumeratedArray mCCExpMonthParams; - EnumeratedArray + EnumeratedArray mCCExpYearParams; }; @@ -667,13 +669,11 @@ class FormAutofillImpl { // Array contains regular expressions to match the corresponding // field. Ex, CC number, CC type, etc. using RegexStringArray = - EnumeratedArray; + EnumeratedArray; RegexStringArray mRuleMap; // Array that holds RegexWrapper that created by regex::ffi::regex_new - using RegexWrapperArray = - EnumeratedArray; + using RegexWrapperArray = EnumeratedArray; RegexWrapperArray mRegexes; }; -- cgit v1.2.3