Renamed FrameDeleted to FrameRemoved

This commit is contained in:
kipp@netscape.com
1998-09-25 16:12:13 +00:00
parent ab9856187a
commit 48a98cfbc7
3 changed files with 3 additions and 3 deletions

View File

@@ -1595,7 +1595,7 @@ HTMLStyleSheetImpl::ContentRemoved(nsIPresContext* aPresContext,
// Notify the parent frame with a reflow command.
nsIReflowCommand* reflowCmd;
rv = NS_NewHTMLReflowCommand(&reflowCmd, parentFrame,
nsIReflowCommand::FrameDeleted, childFrame);
nsIReflowCommand::FrameRemoved, childFrame);
if (NS_SUCCEEDED(rv)) {
shell->AppendReflowCommand(reflowCmd);