mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1256307: Only print via the parent in Nightly. r=jimm a=ritu
MozReview-Commit-ID: L3MrOTOUxzZ
This commit is contained in:
parent
378aaa58d6
commit
b6ea63de83
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user