Bug 1221106 - Let Permissions API ride the trains. r=baku

This commit is contained in:
Birunthan Mohanathas 2015-12-18 15:02:50 +02:00
parent 8c368b6d82
commit 1f90d31cf3

View File

@ -128,11 +128,7 @@ pref("dom.indexedDB.logging.profiler-marks", false);
pref("dom.fileHandle.enabled", true);
// Whether or not the Permissions API is enabled.
#ifdef NIGHTLY_BUILD
pref("dom.permissions.enabled", true);
#else
pref("dom.permissions.enabled", false);
#endif
// Whether or not selection events are enabled
#ifdef NIGHTLY_BUILD