mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1187851 followup - Fix DEBUG-only code to print name of nsChangeHint_UpdateContainingBlock. No review.
48d5d4b398c2 (Bug 1187851 patch 3) renamed this change hint, but didn't fix the code that prints change hints when debugging. This is particularly confusing since 5fd6dd2bdbfa (Bug 1301500) reintroduced a different change hint with that name.
This commit is contained in:
parent
0310952278
commit
28780037e3
@ -448,7 +448,7 @@ RestyleManager::ChangeHintToString(nsChangeHint aHint)
|
||||
"UpdateTransformLayer", "ReconstructFrame", "UpdateOverflow",
|
||||
"UpdateSubtreeOverflow", "UpdatePostTransformOverflow",
|
||||
"UpdateParentOverflow",
|
||||
"ChildrenOnlyTransform", "RecomputePosition", "AddOrRemoveTransform",
|
||||
"ChildrenOnlyTransform", "RecomputePosition", "UpdateContainingBlock",
|
||||
"BorderStyleNoneChange", "UpdateTextPath", "SchedulePaint",
|
||||
"NeutralChange", "InvalidateRenderingObservers",
|
||||
"ReflowChangesSizeOrPosition", "UpdateComputedBSize",
|
||||
|
Loading…
Reference in New Issue
Block a user