diff options
Diffstat (limited to 'dom')
-rw-r--r-- | dom/base/nsGkAtomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h index 57df1d6d1..bd0583598 100644 --- a/dom/base/nsGkAtomList.h +++ b/dom/base/nsGkAtomList.h @@ -2261,6 +2261,7 @@ GK_ATOM(windows_theme_generic, "windows-theme-generic") // And the same again, as media query keywords. GK_ATOM(_moz_color_picker_available, "-moz-color-picker-available") +GK_ATOM(_moz_dark_theme, "-moz-dark-theme") GK_ATOM(_moz_scrollbar_start_backward, "-moz-scrollbar-start-backward") GK_ATOM(_moz_scrollbar_start_forward, "-moz-scrollbar-start-forward") GK_ATOM(_moz_scrollbar_end_backward, "-moz-scrollbar-end-backward") |