Index: content/app/content_main.cc |
diff --git a/content/app/content_main.cc b/content/app/content_main.cc |
index eacb2bd84a75823efb2dfa93aa42ddf37a82194c..78e1af55cb983f6cfbe969162d11761e065f6e78 100644 |
--- a/content/app/content_main.cc |
+++ b/content/app/content_main.cc |
@@ -263,7 +263,7 @@ int RunZygote(const MainFunctionParams& main_function_params, |
} |
if (delegate) |
- return delegate->RunProcess(process_type, main_function_params); |
+ return delegate->RunProcess(process_type, main_params); |
NOTREACHED() << "Unknown zygote process type: " << process_type; |
return 1; |