Bug 509851 - Flash object does not appear with HTML5 parser enabled. r=bzbarsky.

This commit is contained in:
Henri Sivonen
2009-10-12 16:08:04 +03:00
parent 69a6fdd02f
commit 4326b417ac
3 changed files with 23 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder)
return rv;
}
case eTreeOpDoneAddingChildren: {
mNode->DoneAddingChildren(PR_FALSE);
mNode->DoneAddingChildren(aBuilder->HaveNotified(mNode));
return rv;
}
case eTreeOpDoneCreatingElement: {