From 11061db9362758844cb1bfe9119377d2a96c7bdd Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 7 Jan 2024 13:24:50 -0500 Subject: whoops --- www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch') diff --git a/www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch b/www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch index 822a9b7..5b06407 100644 --- a/www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch +++ b/www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch @@ -213,7 +213,7 @@ index d60c5a4f07..f39ce84d74 100644 // Stores the bytes of the last page successfully read by ReadPage(). // The content is undefined if the last call to ReadPage() did not succeed. - const std::unique_ptr page_data_; -+ const std::vector page_data_; ++ std::vector page_data_; // Raw pointer usage is acceptable because this instance's owner is expected // to ensure that the VirtualTable outlives this. const raw_ptr table_; -- cgit v1.2.3