summaryrefslogtreecommitdiffstats
path: root/patches/chromium/0004-Do-not-modify-the-child-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/chromium/0004-Do-not-modify-the-child-path.patch')
-rw-r--r--patches/chromium/0004-Do-not-modify-the-child-path.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/chromium/0004-Do-not-modify-the-child-path.patch b/patches/chromium/0004-Do-not-modify-the-child-path.patch
index ee80678eb..b6f598204 100644
--- a/patches/chromium/0004-Do-not-modify-the-child-path.patch
+++ b/patches/chromium/0004-Do-not-modify-the-child-path.patch
@@ -12,10 +12,10 @@ May be we should instead implement our own ChildProcessHost.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
-index fb058d3..2208376 100644
+index 1467536..2607496 100644
--- a/content/common/child_process_host_impl.cc
+++ b/content/common/child_process_host_impl.cc
-@@ -106,7 +106,7 @@ base::FilePath ChildProcessHost::GetChildPath(int flags) {
+@@ -107,7 +107,7 @@ base::FilePath ChildProcessHost::GetChildPath(int flags) {
if (child_path.empty())
PathService::Get(CHILD_PROCESS_EXE, &child_path);