| Index: testing/embedder_test.cpp
|
| diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
|
| index 72b858d2761feb1d3fb91e89a86e4070642ec936..d819d9c2a28d705cc399683e9c17f42795faa0f2 100644
|
| --- a/testing/embedder_test.cpp
|
| +++ b/testing/embedder_test.cpp
|
| @@ -224,7 +224,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);
|
|
|