зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1269933 - Pass the builtin counter manager corresponding to the appropriate default when initializing style structs for servo. r=xidorn
This commit is contained in:
Родитель
833bf3893a
Коммит
7c027eb69c
|
@ -87,7 +87,7 @@ public:
|
|||
|
||||
mozilla::CounterStyle* BuildCounterStyle(const nsSubstring& aName)
|
||||
{
|
||||
SERVO_DEFAULT(nullptr);
|
||||
SERVO_DEFAULT(mozilla::CounterStyleManager::GetBuiltinStyle(NS_STYLE_LIST_STYLE_DISC));
|
||||
return mPresContext->CounterStyleManager()->BuildCounterStyle(aName);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче