Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 447685a3382e8310ab61e8c4044c1dc5c34b0d9f..f51ec29f76ab7cd368b79423aa735f3044f72e58 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -104,7 +104,7 @@ class UtilitySandboxedProcessLauncherDelegate |
ZygoteHandle* GetZygote() override { |
if (no_sandbox_ || !exposed_dir_.empty()) |
return nullptr; |
- return &g_utility_zygote; |
+ return GetGenericZygote(); |
} |
#endif // !defined(OS_MACOSX) && !defined(OS_ANDROID) |
base::EnvironmentMap GetEnvironment() override { return env_; } |