summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-19 22:06:35 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-19 22:06:35 +0100
commit9a954e2d1619788f658f6ec30c7dbd89b3d48b0d (patch)
tree6e80db33deefa1ca126124ff8526fc1ec82fc5b9 /dom
parent5ef0018a5685d4fef77bd714208efdf86aae85b1 (diff)
downloadUXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.gz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.lz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.tar.xz
UXP-9a954e2d1619788f658f6ec30c7dbd89b3d48b0d.zip
Properly camelCase dom.intersectionObserver.enabled pref.
Diffstat (limited to 'dom')
-rw-r--r--dom/webidl/IntersectionObserver.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/IntersectionObserver.webidl b/dom/webidl/IntersectionObserver.webidl
index bc193ee8c..83200d950 100644
--- a/dom/webidl/IntersectionObserver.webidl
+++ b/dom/webidl/IntersectionObserver.webidl
@@ -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;