From 3e9ab0d5e65a9b08930d0c4f44b83ae66a7155b0 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Thu, 15 Jan 2015 16:58:42 +0000 Subject: [PATCH] Bug 1121420 - Enable BroadcastChannel by default in release builds., r=smaug --- modules/libpref/init/all.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 5b420ec53d4..1ec85da87fa 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -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);