summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-06-29 22:41:34 +0200
committerAndras Becsi <andras.becsi@digia.com>2013-07-02 10:58:52 +0200
commit9f16a61146ac5018c55dbe70926d921e3d0af4d1 (patch)
treea9bf527f3d1fe8ac236f99c3cb35a1735098544d /patches/patch-chromium.sh
parent117e6b34ace2efc049d7e90de79f628a98d7eb65 (diff)
[Mac] Do not modify the child path.
We currently only have a single process binary for Qt. Therefore we should not choose a different binary based on required privileges. However, this patch can only be a preliminary solution. May be we should instead implement our own ChildProcessHost. Change-Id: I0e76ff44f474842c7a96317a05f9964782f68080 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index f671d847c..6d39e87b6 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -65,6 +65,7 @@ git am $PATCH_DIR/0001-My-local-fixes.patch
git am $PATCH_DIR/0002-Add-WebEngineContext-to-RunLoop-s-friends.patch
git am $PATCH_DIR/0001-Mac-Use-libc-instead-of-stdlibc.patch
git am $PATCH_DIR/0002-Clang-libc-does-not-support-incomplete-types-in-temp.patch
+git am $PATCH_DIR/0001-Mac-Do-not-modify-the-child-path.patch
cd $CHROMIUM_SRC_DIR/third_party/WebKit
echo "Entering $PWD"