зеркало из https://github.com/mozilla/pjs.git
Bug 698383 - Make nsXBLProtoImpl::mClassObject a JSObject; r=jst
This commit is contained in:
Родитель
064b072294
Коммит
bcaf78852d
|
@ -131,8 +131,8 @@ public:
|
|||
nsCString mClassName; // The name of the class.
|
||||
|
||||
protected:
|
||||
void* mClassObject; // The class object for the binding. We'll use this to pre-compile properties
|
||||
// and methods for the binding.
|
||||
JSObject* mClassObject; // The class object for the binding. We'll use this to pre-compile properties
|
||||
// and methods for the binding.
|
||||
|
||||
nsXBLProtoImplMember* mMembers; // The members of an implementation are chained in this singly-linked list.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче