Bug 927245 - Pref off deprecated Audio Data API implementation. r=ehsan

This commit is contained in:
Matthew Gregan 2013-10-23 15:31:28 +13:00
parent e38ae1edc4
commit e94c8112c0

View File

@ -282,7 +282,7 @@ pref("media.video-queue.default-size", 10);
pref("media.video_stats.enabled", true);
// Whether to enable the audio writing APIs on the audio element
pref("media.audio_data.enabled", true);
pref("media.audio_data.enabled", false);
// Whether to lock touch scrolling to one axis at a time
// 0 = FREE (No locking at all)