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
parent d7baaf3e11
commit a14102618a

View File

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