From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/v8/src/regexp/regexp-compiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/v8/src/regexp/regexp-compiler.h') diff --git a/chromium/v8/src/regexp/regexp-compiler.h b/chromium/v8/src/regexp/regexp-compiler.h index a35ffcd01a2..4e7652883c4 100644 --- a/chromium/v8/src/regexp/regexp-compiler.h +++ b/chromium/v8/src/regexp/regexp-compiler.h @@ -96,8 +96,8 @@ class QuickCheckDetails { void set_cannot_match() { cannot_match_ = true; } struct Position { Position() : mask(0), value(0), determines_perfectly(false) {} - uc16 mask; - uc16 value; + uc32 mask; + uc32 value; bool determines_perfectly; }; int characters() { return characters_; } -- cgit v1.2.1