summaryrefslogtreecommitdiffstats
path: root/dom/base/nsGkAtomList.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-08-17 20:21:38 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-12 08:38:36 +0100
commit4577efd50f8361ffa787d7fcba5f5894438f826c (patch)
tree22f77b0a3ccca888b25befc9437f35069b02dab3 /dom/base/nsGkAtomList.h
parenteda34d02aa8159def0d811846e9417c37cea15cd (diff)
downloadUXP-4577efd50f8361ffa787d7fcba5f5894438f826c.tar
UXP-4577efd50f8361ffa787d7fcba5f5894438f826c.tar.gz
UXP-4577efd50f8361ffa787d7fcba5f5894438f826c.tar.lz
UXP-4577efd50f8361ffa787d7fcba5f5894438f826c.tar.xz
UXP-4577efd50f8361ffa787d7fcba5f5894438f826c.zip
Implement DOM page onvisibilitychange.
Diffstat (limited to 'dom/base/nsGkAtomList.h')
-rw-r--r--dom/base/nsGkAtomList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h
index 0b76b2bea..86a6fa99c 100644
--- a/dom/base/nsGkAtomList.h
+++ b/dom/base/nsGkAtomList.h
@@ -950,6 +950,7 @@ GK_ATOM(onupdateready, "onupdateready")
GK_ATOM(onupgradeneeded, "onupgradeneeded")
GK_ATOM(onussdreceived, "onussdreceived")
GK_ATOM(onversionchange, "onversionchange")
+GK_ATOM(onvisibilitychange, "onvisibilitychange")
GK_ATOM(onvoicechange, "onvoicechange")
GK_ATOM(onvoiceschanged, "onvoiceschanged")
GK_ATOM(onvrdisplayconnect, "onvrdisplayconnect")