change nsIContent so that it can be used by extensions. Bug 350747, r+sr=bz

This commit is contained in:
aaronr%us.ibm.com 2006-09-12 21:19:43 +00:00
Родитель 4d12c763ad
Коммит a2c912ce78
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -98,6 +98,7 @@ public:
NS_ASSERTION(aNodeInfo,
"No nsINodeInfo passed to nsIContent, PREPARE TO CRASH!!!");
}
#endif // MOZILLA_INTERNAL_API
/**
* Bind this content node to a tree. If this method throws, the caller must
@ -747,7 +748,6 @@ public:
// the tabfocus bit field applies to xul elements.
static PRBool sTabFocusModelAppliesToXUL;
#endif // MOZILLA_INTERNAL_API
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIContent, NS_ICONTENT_IID)