summaryrefslogtreecommitdiffstats
path: root/patches/chromium/0004-Do-not-modify-the-child-path.patch
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-25 14:55:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-28 17:20:36 +0100
commit25ff83bc7b3e921aa540b88f6c848a78ee7d461f (patch)
tree4a455f2410e5e1c0cbdfd91a4dce40c75532c9f0 /patches/chromium/0004-Do-not-modify-the-child-path.patch
parent175dba21885a5bcbd031c1cbc394825b5fbb783e (diff)
Update patches to stable branch 1750
Change-Id: I85149bf4405420813d07bee5259f11a192e86a73 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Zoltan Arvai <zarvai@inf.u-szeged.hu>
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);