Bug 314457, make <embed> to work like <object> in session history, r=bz, a=jst

--HG--
extra : rebase_source : 8c6197af20e2820ddfd6cd793b0303000f257590
This commit is contained in:
Olli Pettay 2010-11-07 20:03:21 +02:00
Родитель ed79642e80
Коммит a6387885cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -185,7 +185,7 @@ nsHTMLSharedObjectElement::nsHTMLSharedObjectElement(already_AddRefed<nsINodeInf
mIsDoneAddingChildren(mNodeInfo->Equals(nsGkAtoms::embed) || !aFromParser)
{
RegisterFreezableElement();
SetIsNetworkCreated(aFromParser == NS_FROM_PARSER_NETWORK);
SetIsNetworkCreated(aFromParser == FROM_PARSER_NETWORK);
}
nsHTMLSharedObjectElement::~nsHTMLSharedObjectElement()