From e94c8112c066dd39c3a0bd46bab0b5301277dcf2 Mon Sep 17 00:00:00 2001 From: Matthew Gregan Date: Wed, 23 Oct 2013 15:31:28 +1300 Subject: [PATCH] Bug 927245 - Pref off deprecated Audio Data API implementation. r=ehsan --- modules/libpref/src/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 3653bbec5d9..3df16e3f28d 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -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)