Skip to content

Commit

Permalink
Bug 1384646 - Remove verbose non-cluster boundary warning. r=jfkthame
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRahm committed Feb 16, 2018
1 parent f85c1d7 commit 0e864eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/generic/nsTextFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7479,7 +7479,7 @@ void nsTextFrame::UpdateIteratorFromOffset(const PropertyProvider& aProperties,

if (aInOffset < trimmedEnd && !aIter.IsOriginalCharSkipped() &&
!mTextRun->IsClusterStart(aIter.GetSkippedOffset())) {
NS_WARNING("called for non-cluster boundary");
// Called for non-cluster boundary
FindClusterStart(mTextRun, trimmedOffset, &aIter);
}
}
Expand Down

0 comments on commit 0e864eb

Please sign in to comment.