diff options
author | jochen <jochen@chromium.org> | 2016-06-09 02:51:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-09 02:51:13 -0700 |
commit | 9e077d288016ac796fef18c27cd0851c0a07ff86 (patch) | |
tree | cfc2f2a574ce6125d91658d5cd513b6b05a4e8e3 /testing/test_support.h | |
parent | 23ae4a55bfa8edca1069ac534bfd7c836fcc91ea (diff) | |
download | pdfium-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/test_support.h')
-rw-r--r-- | testing/test_support.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/test_support.h b/testing/test_support.h index fdb24fe61b..4111ca61ed 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -83,7 +83,8 @@ bool InitializeV8ForPDFium(const std::string& exe_path, v8::StartupData* snapshot_blob, v8::Platform** platform); #else // V8_USE_EXTERNAL_STARTUP_DATA -bool InitializeV8ForPDFium(v8::Platform** platform); +bool InitializeV8ForPDFium(const std::string& exe_path, + v8::Platform** platform); #endif // V8_USE_EXTERNAL_STARTUP_DATA #endif // PDF_ENABLE_V8 |