mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1121420 - Enable BroadcastChannel by default in release builds., r=smaug
This commit is contained in:
parent
00891f5684
commit
3e9ab0d5e6
@ -4336,11 +4336,7 @@ pref("dom.voicemail.enabled", false);
|
||||
pref("dom.voicemail.defaultServiceId", 0);
|
||||
|
||||
// DOM BroadcastChannel API.
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("dom.broadcastChannel.enabled", false);
|
||||
#else
|
||||
pref("dom.broadcastChannel.enabled", true);
|
||||
#endif
|
||||
|
||||
// DOM Inter-App Communication API.
|
||||
pref("dom.inter-app-communication-api.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user