зеркало из https://github.com/mozilla/pjs.git
change nsIContent so that it can be used by extensions. Bug 350747, r+sr=bz
This commit is contained in:
Родитель
4d12c763ad
Коммит
a2c912ce78
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче