Skip to content

Commit

Permalink
Bug 1187851 followup - Fix DEBUG-only code to print name of nsChangeH…
Browse files Browse the repository at this point in the history
…int_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.
  • Loading branch information
dbaron committed Mar 7, 2017
1 parent 0310952 commit 2878003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/base/RestyleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2878003

Please sign in to comment.