12 lines
607 B
Diff
12 lines
607 B
Diff
![]() |
--- chromium-132.0.6834.15/pdf/pdfium/pdfium_api_wrappers.cc 2024/12/03 16:47:07 1.1
|
||
|
+++ chromium-132.0.6834.15/pdf/pdfium/pdfium_api_wrappers.cc 2024/12/03 16:48:54
|
||
|
@@ -147,7 +147,7 @@
|
||
|
|
||
|
// Number of characters, including the NUL.
|
||
|
const size_t expected_size = base::checked_cast<size_t>(buflen_bytes / 2);
|
||
|
- PDFiumAPIStringBufferAdapter adapter(&name, expected_size,
|
||
|
+ PDFiumAPIStringBufferAdapter<std::u16string> adapter(&name, expected_size,
|
||
|
/*check_expected_size=*/true);
|
||
|
unsigned long actual_buflen_bytes = 0; // NOLINT(runtime/int)
|
||
|
bool result =
|