mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
Fix for 47635. r=ben
This commit is contained in:
parent
13ef87a1f9
commit
4e91f2e474
@ -8475,6 +8475,11 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
|
||||
state.mFixedItems.childList);
|
||||
}
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIBindingManager> bm;
|
||||
mDocument->GetBindingManager(getter_AddRefs(bm));
|
||||
bm->ProcessAttachedQueue();
|
||||
|
||||
// otherwise this is not a child of the root element, and we
|
||||
// won't let it have a frame.
|
||||
|
||||
|
@ -8475,6 +8475,11 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
|
||||
state.mFixedItems.childList);
|
||||
}
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIBindingManager> bm;
|
||||
mDocument->GetBindingManager(getter_AddRefs(bm));
|
||||
bm->ProcessAttachedQueue();
|
||||
|
||||
// otherwise this is not a child of the root element, and we
|
||||
// won't let it have a frame.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user