Implement StringToAttribute/AttributeToString/MapAttributesInto; fix up name of embedded object

git-svn-id: svn://10.0.0.236/trunk@9261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-09-03 22:21:32 +00:00
parent 8be3e5f2e2
commit 18a14d6bf5
119 changed files with 2862 additions and 1261 deletions

View File

@@ -69,7 +69,7 @@ public:
NS_IMPL_IHTMLCONTENT_USING_GENERIC(mInner)
protected:
nsHTMLGenericContainerContent mInner;
nsGenericHTMLContainerElement mInner;
};
nsresult
@@ -150,7 +150,7 @@ nsHTMLFrameSetElement::MapAttributesInto(nsIStyleContext* aContext,
nsIPresContext* aPresContext)
{
// XXX write me
return NS_OK;
return mInner.MapAttributesInto(aContext, aPresContext);
}
NS_IMETHODIMP