mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix typo; no bug; DONTBUILD
This commit is contained in:
parent
61a507cc68
commit
8545ec6439
@ -6881,7 +6881,7 @@ nsIFrame::FinishAndStoreOverflow(nsOverflowAreas& aOverflowAreas,
|
||||
{
|
||||
NS_ASSERTION(!((GetStateBits() & NS_FRAME_SVG_LAYOUT) &&
|
||||
(GetStateBits() & NS_STATE_SVG_NONDISPLAY_CHILD)),
|
||||
"Don't call - overflow rects not maintain on these SVG frames");
|
||||
"Don't call - overflow rects not maintained on these SVG frames");
|
||||
|
||||
nsRect bounds(nsPoint(0, 0), aNewSize);
|
||||
// Store the passed in overflow area if we are a preserve-3d frame,
|
||||
|
Loading…
Reference in New Issue
Block a user