Bug 849399. Invalidate existing style rule if we start a transition. r=dbaron

This commit is contained in:
Nicholas Cameron 2013-06-18 14:18:55 +12:00
Родитель d7baaf3e11
Коммит a14102618a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -641,6 +641,8 @@ nsTransitionManager::StyleContextChanged(dom::Element *aElement,
}
}
et->mStyleRule = nullptr;
return coverRule.forget();
}