Index: testing/embedder_test.cpp |
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp |
index ee2ad086a7250cfa10ef6607b1faa4e154f31305..02d0fae789ab643e4479552f4f649e7966ed36bd 100644 |
--- a/testing/embedder_test.cpp |
+++ b/testing/embedder_test.cpp |
@@ -212,7 +212,7 @@ bool EmbedderTest::OpenDocument(const std::string& filename) { |
IPDF_JSPLATFORM* platform = static_cast<IPDF_JSPLATFORM*>(this); |
memset(platform, 0, sizeof(IPDF_JSPLATFORM)); |
- platform->version = 1; |
+ platform->version = 2; |
platform->app_alert = AlertTrampoline; |
FPDF_FORMFILLINFO* formfillinfo = static_cast<FPDF_FORMFILLINFO*>(this); |