mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1115264 - Fix -Wsometimes-uninitialized clang warning in nsRubyFrame.cpp. r=dholbert
This commit is contained in:
parent
54223c358a
commit
0de868f259
@ -432,6 +432,7 @@ nsRubyFrame::ReflowSegment(nsPresContext* aPresContext,
|
||||
} else {
|
||||
// XXX inter-character support in bug 1055672
|
||||
MOZ_ASSERT_UNREACHABLE("Unsupported ruby-position");
|
||||
y = offsetRect.Y();
|
||||
}
|
||||
}
|
||||
FinishReflowChild(textContainer, aPresContext, textMetrics,
|
||||
|
Loading…
Reference in New Issue
Block a user