From cc884ba803076bbd1bc7e0336e9884d37d21f966 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Thu, 15 Jan 2015 21:05:20 +1100 Subject: [PATCH] Bug 1120721 - Make ethiopic-numeric use space as suffix. r=jfkthame --HG-- extra : rebase_source : 77d6225d94df9af4bb956820a92591cc42525948 extra : source : 8bd3e48603383feef0fb70acde8ded40dbacb4da --- layout/style/CounterStyleManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/style/CounterStyleManager.cpp b/layout/style/CounterStyleManager.cpp index 2a4018f8d50d..3b54acdf0b63 100644 --- a/layout/style/CounterStyleManager.cpp +++ b/layout/style/CounterStyleManager.cpp @@ -636,6 +636,7 @@ BuiltinCounterStyle::GetSuffix(nsSubstring& aResult) case NS_STYLE_LIST_STYLE_SQUARE: case NS_STYLE_LIST_STYLE_DISCLOSURE_CLOSED: case NS_STYLE_LIST_STYLE_DISCLOSURE_OPEN: + case NS_STYLE_LIST_STYLE_ETHIOPIC_NUMERIC: aResult = ' '; break;