| Index: chromecast/browser/cast_content_browser_client.cc
|
| diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
|
| index e385d963ace8039ba67ad84f28644afdcd444b2e..c7f9b85595a0987038e8137e113d25296774cbc3 100644
|
| --- a/chromecast/browser/cast_content_browser_client.cc
|
| +++ b/chromecast/browser/cast_content_browser_client.cc
|
| @@ -315,7 +315,7 @@ void CastContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| content::FileDescriptorInfo* mappings) {
|
| -#if defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| +#if defined(V8_USE_EXTERNAL_STARTUP_DATA) && !defined(OS_ANDROID)
|
| if (v8_natives_fd_.get() == -1 || v8_snapshot_fd_.get() == -1) {
|
| int v8_natives_fd = -1;
|
| int v8_snapshot_fd = -1;
|
|
|