No bug - Fix some comment and indentation typos in RestyleManager. r=me

MozReview-Commit-ID: Bnsl8vhpr28
This commit is contained in:
Emilio Cobos Álvarez 2018-06-05 17:16:17 +02:00
parent 7880d71c28
commit d340d64a61

View File

@ -2202,7 +2202,7 @@ RestyleManager::PostRestyleEventForAnimations(
if (!elementToRestyle) {
// FIXME: Bug 1371107: When reframing happens,
// EffectCompositor::mElementsToRestyle still has unbinded old pseudo
// EffectCompositor::mElementsToRestyle still has unbound old pseudo
// element. We should drop it.
return;
}
@ -2216,8 +2216,8 @@ void
RestyleManager::RebuildAllStyleData(nsChangeHint aExtraHint,
nsRestyleHint aRestyleHint)
{
// NOTE(emilio): GeckoRestlyeManager does a sync style flush, which seems not
// to be needed in my testing.
// NOTE(emilio): GeckoRestlyeManager does a sync style flush, which seems not
// to be needed in my testing.
PostRebuildAllStyleDataEvent(aExtraHint, aRestyleHint);
}