Comment typo fix; no bug. (DONTBUILD)

--HG--
extra : rebase_source : c17a904cc2d7fcaecaaf658eed87da4511d4de94
This commit is contained in:
Cameron McCormack 2015-10-30 10:38:20 +11:00
Родитель 54171e1ece
Коммит 2328daec26
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1341,7 +1341,7 @@ RestyleManager::GetMaxAnimationGenerationForFrame(nsIFrame* aFrame)
void
RestyleManager::RestyleForEmptyChange(Element* aContainer)
{
// In some cases (:empty + E, :empty ~ E), a change if the content of
// In some cases (:empty + E, :empty ~ E), a change in the content of
// an element requires restyling its parent's siblings.
nsRestyleHint hint = eRestyle_Subtree;
nsIContent* grandparent = aContainer->GetParent();