| Index: testing/embedder_test.cpp
|
| diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
|
| index ba33ca6e4946360baaa0217409303878943d1ca0..6d9907eb7e51954f8186baa01b741d7acddc3a87 100644
|
| --- a/testing/embedder_test.cpp
|
| +++ b/testing/embedder_test.cpp
|
| @@ -214,7 +214,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);
|
|
|