summaryrefslogtreecommitdiff
path: root/samples/pdfium_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'samples/pdfium_test.cc')
-rw-r--r--samples/pdfium_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
index 3c0cef4dbf..665849da43 100644
--- a/samples/pdfium_test.cc
+++ b/samples/pdfium_test.cc
@@ -253,7 +253,7 @@ void RenderPdf(const char* name, const char* pBuf, size_t len,
FPDF_FORMFILLINFO form_callbacks;
memset(&form_callbacks, '\0', sizeof(form_callbacks));
- form_callbacks.version = 1;
+ form_callbacks.version = 2;
form_callbacks.m_pJsPlatform = &platform_callbacks;
TestLoader loader(pBuf, len);