diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-01-07 13:24:50 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-01-07 13:24:50 -0500 |
commit | 11061db9362758844cb1bfe9119377d2a96c7bdd (patch) | |
tree | 62e05eb56b9bae9328d7d1e8b8ff162602bc6af8 /www-client/chromium/files | |
parent | 9920cee79c395380d5ff4b9d9f244ba908f990a4 (diff) | |
download | ppo-11061db9362758844cb1bfe9119377d2a96c7bdd.tar.xz |
whoops
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-122-VirtualCursor-std-layout.patch | 2 |
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_; |