| Index: samples/pdfium_test.cc
|
| diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
|
| index 9ba11e12e4b506fad5f60747620bb891cf5a2a8b..5ee14642e4b7993f2d5de807f67f7427ca65ddfb 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
|
|
|
|
|