From 1c79928b4ade95806d0351a21b4d4727d6c8ed38 Mon Sep 17 00:00:00 2001 From: Jochen Eisinger Date: Wed, 15 Jul 2015 14:31:29 +0200 Subject: 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 . --- testing/embedder_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/embedder_test.cpp') 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(this); memset(platform, 0, sizeof(IPDF_JSPLATFORM)); - platform->version = 1; + platform->version = 2; platform->app_alert = AlertTrampoline; FPDF_FORMFILLINFO* formfillinfo = static_cast(this); -- cgit v1.2.3