From 7d175e35ed4ae8ffbfbf64e3e11bee4a8003696c Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Wed, 10 Aug 2016 13:57:32 +0800 Subject: [PATCH] Bug 1291667 - Removed unused variant 'MozNone' from StyleUserSelect enum class; r=heycam MozReview-Commit-ID: 7VxjNbunHC8 --- layout/style/nsStyleConsts.h | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/style/nsStyleConsts.h b/layout/style/nsStyleConsts.h index 58352af8bd54..33c824e1ca35 100644 --- a/layout/style/nsStyleConsts.h +++ b/layout/style/nsStyleConsts.h @@ -133,7 +133,6 @@ enum class StyleUserSelect : uint8_t { TriState, Auto, // internal value - please use nsFrame::IsSelectable() MozAll, // force selection of all children, unless an ancestor has NONE set - bug 48096 - MozNone, // Like NONE, but doesn't change selection behavior for descendants whose user-select is not AUTO. MozText, // Like TEXT, except that it won't get overridden by ancestors having ALL. };