Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet

changes, sr=jst
This commit is contained in:
bzbarsky%mit.edu 2006-05-17 02:38:47 +00:00
Родитель 95543963f4
Коммит 09885755a4
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -56,7 +56,6 @@
#include "nsIDocument.h"
#include "nsIServiceManager.h"
#include "nsITreeColumns.h"
#include "nsIStyledContent.h"
////////////////////////////////////////////////////////////////////////
// inDOMViewNode
@ -647,9 +646,9 @@ NS_IMPL_NSIDOCUMENTOBSERVER_STATE_STUB(inDOMView)
NS_IMPL_NSIDOCUMENTOBSERVER_STYLE_STUB(inDOMView)
void
inDOMView::AttributeChanged(nsIDocument *aDocument,
nsIStyledContent* aContent, PRInt32 aNameSpaceID,
nsIAtom* aAttribute, PRInt32 aModType)
inDOMView::AttributeChanged(nsIDocument *aDocument, nsIContent* aContent,
PRInt32 aNameSpaceID, nsIAtom* aAttribute,
PRInt32 aModType)
{
if (!mTree) {
return;