Index: content/shell/browser/shell_content_browser_client.cc |
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
index 4a2e95c26a0ef851819e97116967a9a2042f8656..dcbbd90095d7a0c3553890fae7a8837134fc0630 100644 |
--- a/content/shell/browser/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -342,7 +342,7 @@ void ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
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; |