diff options
-rw-r--r-- | layout/style/nsCSSProps.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layout/style/nsCSSProps.cpp b/layout/style/nsCSSProps.cpp index da50e3cb4f..4aff3dc5bf 100644 --- a/layout/style/nsCSSProps.cpp +++ b/layout/style/nsCSSProps.cpp @@ -2009,7 +2009,8 @@ const KTableEntry nsCSSProps::kScrollSnapTypeKTable[] = { const KTableEntry nsCSSProps::kScrollbarWidthKTable[] = { { eCSSKeyword_auto, StyleScrollbarWidth::Auto }, { eCSSKeyword_thin, StyleScrollbarWidth::Thin }, - { eCSSKeyword_none, StyleScrollbarWidth::None } + { eCSSKeyword_none, StyleScrollbarWidth::None }, + { eCSSKeyword_UNKNOWN, -1 } }; const KTableEntry nsCSSProps::kStackSizingKTable[] = { |