From cc55a380f64fd6bf99d84209df5305f35cfc4629 Mon Sep 17 00:00:00 2001 From: Jerico Date: Mon, 30 Jun 2025 22:32:37 +0800 Subject: [PATCH] Issue #2106 - Part 1: Un-prefix -moz-user-select --- layout/style/nsCSSPropList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/style/nsCSSPropList.h b/layout/style/nsCSSPropList.h index 4367dd1e1e..8b012dbf37 100644 --- a/layout/style/nsCSSPropList.h +++ b/layout/style/nsCSSPropList.h @@ -4391,9 +4391,9 @@ CSS_PROP_USERINTERFACE( CSS_PROP_NO_OFFSET, eStyleAnimType_Discrete) // XXX bug 3935 CSS_PROP_UIRESET( - -moz-user-select, + user-select, user_select, - CSS_PROP_DOMPROP_PREFIXED(UserSelect), + UserSelect, CSS_PROPERTY_PARSE_VALUE, "", VARIANT_HK,