mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-29 02:31:05 +00:00
fix debug build
This commit is contained in:
parent
ee8f682ebc
commit
9e3bc128db
@ -2418,7 +2418,7 @@ nsIFrame::BuildDisplayListForChild(nsDisplayListBuilder* aBuilder,
|
||||
if (doingShortcut) {
|
||||
// This is the shortcut for frames been handled along the common
|
||||
// path, the most common one of THE COMMON CASE mentioned later.
|
||||
MOZ_ASSERT(child->Type() != LayoutFrameType::Placeholder);
|
||||
//MOZ_ASSERT(child->Type() != LayoutFrameType::Placeholder);
|
||||
MOZ_ASSERT(!aBuilder->GetSelectedFramesOnly() &&
|
||||
!aBuilder->GetIncludeAllOutOfFlows(),
|
||||
"It should be held for painting to window");
|
||||
|
Loading…
Reference in New Issue
Block a user