Properly camelCase dom.intersectionObserver.enabled pref.

This commit is contained in:
wolfbeast
2019-01-19 22:06:35 +01:00
committed by Roy Tam
parent 125d551bd6
commit 3cc2485e42
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
* https://wicg.github.io/IntersectionObserver/
*/
[ProbablyShortLivingObject, Pref="dom.IntersectionObserver.enabled"]
[ProbablyShortLivingObject, Pref="dom.intersectionObserver.enabled"]
interface IntersectionObserverEntry {
[Constant]
readonly attribute DOMHighResTimeStamp time;
@@ -27,7 +27,7 @@ interface IntersectionObserverEntry {
[Constructor(IntersectionCallback intersectionCallback,
optional IntersectionObserverInit options),
Pref="dom.IntersectionObserver.enabled"]
Pref="dom.intersectionObserver.enabled"]
interface IntersectionObserver {
[Constant]
readonly attribute Element? root;
+1 -1
View File
@@ -213,7 +213,7 @@ pref("dom.requestIdleCallback.enabled", true);
// Enable Intersection Observers
// See WD https://www.w3.org/TR/intersection-observer/
pref("dom.IntersectionObserver.enabled", true);
pref("dom.intersectionObserver.enabled", true);
// Whether the Gamepad API is enabled
pref("dom.gamepad.enabled", true);