summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch')
-rw-r--r--www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch2
1 files changed, 1 insertions, 1 deletions
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<uint8_t[]> page_data_;
-+ const std::vector<uint8_t> page_data_;
++ std::vector<uint8_t> page_data_;
// Raw pointer usage is acceptable because this instance's owner is expected
// to ensure that the VirtualTable outlives this.
const raw_ptr<VirtualTable> table_;