Bug 1158849: Only enable Windows content sandbox on Nightly because of thumbnail process. r=glandium

This commit is contained in:
Bob Owen 2015-04-29 10:35:34 +01:00
parent bc233731f1
commit dc47966f72

View File

@ -6498,7 +6498,7 @@ if test -n "$gonkdir"; then
fi
case "$OS_TARGET:$NIGHTLY_BUILD" in
WINNT:*)
WINNT:1)
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
;;
Darwin:1)