Open Bug 400235 Opened 18 years ago Updated 3 years ago

replace DeleteNextInFlowChild with better API

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: fantasai.bugs, Unassigned)

References

Details

The design of the function call nsIFrame* nif = frame->GetNextInFlow(); static_cast<nsContainerFrame*>(nif->GetParent()) ->nsContainerFrame::DeleteNextInFlowChild(presContext, nif); is really lame. It should be replaced with something that isn't so convoluted. Like something that operates directly on frame. frame->DeleteNextInFlows();
Blocks: 508473
Status: NEW → ASSIGNED

The bug assignee is inactive on Bugzilla, so the assignee is being reset.

Assignee: fantasai.bugs → nobody
Status: ASSIGNED → NEW
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.