Remove nsIHTMLContent interface (bug 276959). r+sr=jst.

git-svn-id: svn://10.0.0.236/trunk@167619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2005-01-12 19:45:38 +00:00
parent 9fdd2a68b8
commit 2474296ae5
97 changed files with 391 additions and 635 deletions

View File

@@ -45,7 +45,7 @@
#include "nsIFrame.h"
#include "nsISupports.h"
#include "nsIAtom.h"
#include "nsIHTMLContent.h"
#include "nsGenericHTMLElement.h"
#include "nsHTMLParts.h"
#include "nsHTMLAtoms.h"
#include "nsLayoutAtoms.h"
@@ -147,7 +147,7 @@ PRInt32 nsLegendFrame::GetAlign()
}
#endif // IBMBIDI
nsCOMPtr<nsIHTMLContent> content(do_QueryInterface(mContent));
nsGenericHTMLElement *content = nsGenericHTMLElement::FromContent(mContent);
if (content) {
nsHTMLValue value;