From 9e077d288016ac796fef18c27cd0851c0a07ff86 Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 9 Jun 2016 02:51:13 -0700 Subject: Roll V8 and its deps and update ICU initialization call R=machenbach@chromium.org,thestig@chromium.org BUG= Review-Url: https://codereview.chromium.org/2053603002 --- samples/pdfium_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/pdfium_test.cc') diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc index 9ba11e12e4..5ee14642e4 100644 --- a/samples/pdfium_test.cc +++ b/samples/pdfium_test.cc @@ -783,7 +783,7 @@ int main(int argc, const char* argv[]) { InitializeV8ForPDFium(options.exe_path, options.bin_directory, &natives, &snapshot, &platform); #else // V8_USE_EXTERNAL_STARTUP_DATA - InitializeV8ForPDFium(&platform); + InitializeV8ForPDFium(options.exe_path, &platform); #endif // V8_USE_EXTERNAL_STARTUP_DATA #endif // PDF_ENABLE_V8 -- cgit v1.2.3