Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index 766a71390626c82162264baea8000721580708f6..468643efa34f9370122ed4ceeb4b8e21374196da 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -116,7 +116,7 @@ class PpapiPluginSandboxedProcessLauncherDelegate |
.GetSwitchValueNative(switches::kPpapiPluginLauncher); |
if (is_broker_ || !plugin_launcher.empty()) |
return nullptr; |
- return &g_ppapi_zygote; |
+ return GetGenericZygote(); |
} |
#endif // !defined(OS_MACOSX) && !defined(OS_ANDROID) |