Bug 230973 - NS_STYLE_LIST_STYLE_BASIC is spurious. Remove its usage in favor of the correct default of disc. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@151390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -667,9 +667,9 @@ nsChangeHint nsStyleOutline::CalcDifference(const nsStyleOutline& aOther) const
|
||||
// nsStyleList
|
||||
//
|
||||
nsStyleList::nsStyleList()
|
||||
: mListStyleType(NS_STYLE_LIST_STYLE_DISC),
|
||||
mListStylePosition(NS_STYLE_LIST_STYLE_POSITION_OUTSIDE)
|
||||
{
|
||||
mListStyleType = NS_STYLE_LIST_STYLE_BASIC;
|
||||
mListStylePosition = NS_STYLE_LIST_STYLE_POSITION_OUTSIDE;
|
||||
}
|
||||
|
||||
nsStyleList::~nsStyleList()
|
||||
|
||||
Reference in New Issue
Block a user