Bug 418928 - remove bogus assertion. r=roc

This commit is contained in:
Jesse Ruderman
2009-08-25 18:44:59 -07:00
parent 52820ab7d1
commit 096bb97b23

View File

@@ -386,7 +386,6 @@ nsINode::GetSelectionRootContent(nsIPresShell* aPresShell)
nsIContent* content = GetTextEditorRootContent();
if (content)
return content;
NS_ERROR("Editor is not found!");
}
nsPresContext* presContext = aPresShell->GetPresContext();