Bug 1121420 - Enable BroadcastChannel by default in release builds., r=smaug

This commit is contained in:
Andrea Marchesini 2015-01-15 16:58:42 +00:00
parent 00891f5684
commit 3e9ab0d5e6

View File

@ -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);