Bug 236873: Let more elements share classes to save codesize.

r/sr=jst


git-svn-id: svn://10.0.0.236/trunk@154716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2004-04-12 22:25:17 +00:00
parent 467d7f50ec
commit 49a4f6901b
20 changed files with 373 additions and 2131 deletions

View File

@@ -175,7 +175,7 @@ nsPluginDocument::CreateSyntheticPluginDocument()
kNameSpaceID_None,
getter_AddRefs(nodeInfo));
NS_ENSURE_SUCCESS(rv, rv);
rv = NS_NewHTMLSharedLeafElement(getter_AddRefs(mPluginContent), nodeInfo);
rv = NS_NewHTMLSharedElement(getter_AddRefs(mPluginContent), nodeInfo);
if (NS_FAILED(rv)) {
return rv;
}