summaryrefslogtreecommitdiff
path: root/testing/embedder_test.cpp
diff options
context:
space:
mode:
authorjochen <jochen@chromium.org>2016-06-09 02:51:13 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-09 02:51:13 -0700
commit9e077d288016ac796fef18c27cd0851c0a07ff86 (patch)
treecfc2f2a574ce6125d91658d5cd513b6b05a4e8e3 /testing/embedder_test.cpp
parent23ae4a55bfa8edca1069ac534bfd7c836fcc91ea (diff)
downloadpdfium-9e077d288016ac796fef18c27cd0851c0a07ff86.tar.xz
Roll V8 and its deps and update ICU initialization callchromium/2764
R=machenbach@chromium.org,thestig@chromium.org BUG= Review-Url: https://codereview.chromium.org/2053603002
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r--testing/embedder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
index 3d3b2ad844..59190a7751 100644
--- a/testing/embedder_test.cpp
+++ b/testing/embedder_test.cpp
@@ -53,7 +53,7 @@ EmbedderTest::EmbedderTest()
InitializeV8ForPDFium(g_exe_path_, std::string(), &natives_, &snapshot_,
&platform_);
#else
- InitializeV8ForPDFium(&platform_);
+ InitializeV8ForPDFium(g_exe_path_, &platform_);
#endif // V8_USE_EXTERNAL_STARTUP_DATA
#endif // FPDF_ENABLE_V8
}