Bug 1321865 - Enable IntersectionObserver. r=smaug

--HG--
extra : source : 3ae78eda5a0c2f2b0f57650e9b62656e11818a3c
This commit is contained in:
Tobias Schneider 2016-12-09 12:12:46 -08:00
Родитель c885ebf96c
Коммит 9d5a9428c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5562,4 +5562,4 @@ pref("prompts.authentication_dialog_abuse_limit", 3);
// To enable the DOM implementation, turn on "dom.storageManager.enabled"
pref("browser.storageManager.enabled", false);
pref("dom.IntersectionObserver.enabled", false);
pref("dom.IntersectionObserver.enabled", true);