From 45f9ded08bb7526984b24ccb5a5327aaf6821676 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 28 Nov 2022 13:59:37 +0100 Subject: BASELINE: Update Chromium to 106.0.5249.207 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I790c19aa67543118f08ebe1280b650831e278cbb Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/445678 Reviewed-by: Michael BrĂ¼ning --- chromium/v8/src/objects/js-temporal-objects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/v8/src/objects/js-temporal-objects.cc') diff --git a/chromium/v8/src/objects/js-temporal-objects.cc b/chromium/v8/src/objects/js-temporal-objects.cc index 976d3f598ed..e0e3274c436 100644 --- a/chromium/v8/src/objects/js-temporal-objects.cc +++ b/chromium/v8/src/objects/js-temporal-objects.cc @@ -4556,7 +4556,7 @@ bool IsValidTimeZoneName(Isolate* isolate, Handle time_zone) { Handle CanonicalizeTimeZoneName(Isolate* isolate, Handle identifier) { - return Intl::CanonicalizeTimeZoneName(isolate, identifier); + return Intl::CanonicalizeTimeZoneName(isolate, identifier).ToHandleChecked(); } #else // V8_INTL_SUPPORT -- cgit v1.2.1