Bug 1156742 Part 25: Flip the big switch and wait for the lightning. r=mconley

This commit is contained in:
Bob Owen 2016-01-05 10:08:58 +00:00
parent 140a9530c7
commit 808d59d0fe

View File

@ -1033,7 +1033,11 @@ 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)
pref("print.print_via_parent", true);
#else
pref("print.print_via_parent", false);
#endif
// Pref used by the spellchecker extension to control the
// maximum number of misspelled words that will be underlined