From e04d1eceac444c88a0512f8806c93a38501c7da1 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 26 Mar 2015 20:42:57 -0400 Subject: [PATCH] Bug 1148228 - Stop checking ul twice --- editor/libeditor/nsHTMLCSSUtils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editor/libeditor/nsHTMLCSSUtils.cpp b/editor/libeditor/nsHTMLCSSUtils.cpp index e0d2cd27a50..406655befbb 100644 --- a/editor/libeditor/nsHTMLCSSUtils.cpp +++ b/editor/libeditor/nsHTMLCSSUtils.cpp @@ -436,8 +436,7 @@ nsHTMLCSSUtils::IsCSSEditableProperty(nsIContent* aNode, nsGkAtoms::dd, nsGkAtoms::dt, nsGkAtoms::address, - nsGkAtoms::pre, - nsGkAtoms::ul)) { + nsGkAtoms::pre)) { return true; }