| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 604acb0165115bce865463c258eee0a876ab3495..95683840693c91c43e850f783494519d29c792dc 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -732,8 +732,10 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| gin::V8Initializer::LoadV8Natives();
|
| }
|
| #else
|
| +#if !defined(CHROME_MULTIPLE_DLL_BROWSER)
|
| gin::V8Initializer::LoadV8Snapshot();
|
| gin::V8Initializer::LoadV8Natives();
|
| +#endif // !CHROME_MULTIPLE_DLL_BROWSER
|
| #endif // OS_POSIX && !OS_MACOSX
|
| #endif // V8_USE_EXTERNAL_STARTUP_DATA
|
|
|
|
|