зеркало из https://github.com/mozilla/gecko-dev.git
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
This commit is contained in:
Родитель
95543963f4
Коммит
09885755a4
|
@ -56,7 +56,6 @@
|
||||||
#include "nsIDocument.h"
|
#include "nsIDocument.h"
|
||||||
#include "nsIServiceManager.h"
|
#include "nsIServiceManager.h"
|
||||||
#include "nsITreeColumns.h"
|
#include "nsITreeColumns.h"
|
||||||
#include "nsIStyledContent.h"
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// inDOMViewNode
|
// inDOMViewNode
|
||||||
|
@ -647,9 +646,9 @@ NS_IMPL_NSIDOCUMENTOBSERVER_STATE_STUB(inDOMView)
|
||||||
NS_IMPL_NSIDOCUMENTOBSERVER_STYLE_STUB(inDOMView)
|
NS_IMPL_NSIDOCUMENTOBSERVER_STYLE_STUB(inDOMView)
|
||||||
|
|
||||||
void
|
void
|
||||||
inDOMView::AttributeChanged(nsIDocument *aDocument,
|
inDOMView::AttributeChanged(nsIDocument *aDocument, nsIContent* aContent,
|
||||||
nsIStyledContent* aContent, PRInt32 aNameSpaceID,
|
PRInt32 aNameSpaceID, nsIAtom* aAttribute,
|
||||||
nsIAtom* aAttribute, PRInt32 aModType)
|
PRInt32 aModType)
|
||||||
{
|
{
|
||||||
if (!mTree) {
|
if (!mTree) {
|
||||||
return;
|
return;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче