From 33fc33aa94d4add0878ec30dc818e34e1dd3cc2a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 7 Sep 2022 13:12:05 +0200 Subject: BASELINE: Update Chromium to 104.0.5112.120 Change-Id: I5d2726c2ab018d75d055739b6ba64317904f05bb Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438935 Reviewed-by: Allan Sandfeld Jensen --- chromium/base/files/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/base/files/file.h') diff --git a/chromium/base/files/file.h b/chromium/base/files/file.h index 69d582e3481..6272fccca2f 100644 --- a/chromium/base/files/file.h +++ b/chromium/base/files/file.h @@ -209,7 +209,7 @@ class BASE_EXPORT File { // Simplified versions of Read() and friends (see below) that check the int // return value and just return a boolean. They return true if and only if - // the function read in / wrote out exactly |size| bytes of data. + // the function read in / wrote out exactly |data.size()| bytes of data. bool ReadAndCheck(int64_t offset, span data); bool ReadAtCurrentPosAndCheck(span data); bool WriteAndCheck(int64_t offset, span data); -- cgit v1.2.3