Bug 698383 - Make nsXBLProtoImpl::mClassObject a JSObject; r=jst

This commit is contained in:
Ms2ger 2011-11-16 08:50:20 +01:00
Родитель 064b072294
Коммит bcaf78852d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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.