From ea83c5848d8c14d0584791cfac97151deeda1905 Mon Sep 17 00:00:00 2001 From: Bob Owen Date: Sat, 19 Mar 2016 10:56:40 +0000 Subject: [PATCH] Bug 1256307: Only print via the parent in Nightly. r=jimm --- modules/libpref/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 7b79ecbf67b1..61a98c58e21b 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1027,7 +1027,7 @@ pref("print.print_edge_right", 0); pref("print.print_edge_bottom", 0); // Print via the parent process. This is only used when e10s is enabled. -#if defined(XP_WIN) +#if defined(XP_WIN) && defined(NIGHTLY_BUILD) pref("print.print_via_parent", true); #else pref("print.print_via_parent", false);