diff options
author | Jochen Eisinger <jochen@chromium.org> | 2015-07-15 14:31:29 +0200 |
---|---|---|
committer | Jochen Eisinger <jochen@chromium.org> | 2015-07-15 14:31:29 +0200 |
commit | 1c79928b4ade95806d0351a21b4d4727d6c8ed38 (patch) | |
tree | 379e7f2e8f1ecb15272329ff65f78b3990d66e65 /testing/embedder_test.cpp | |
parent | 304578020122cc4d2a4a8c1598694ef2b9be92b5 (diff) | |
download | pdfium-1c79928b4ade95806d0351a21b4d4727d6c8ed38.tar.xz |
Plumb in an externally created v8::Isolate
In Chrome, all Isolates must be created by gin
R=tsepez@chromium.org, ulan@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1234053003 .
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r-- | testing/embedder_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index ba33ca6e49..6d9907eb7e 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); |