зеркало из https://github.com/mozilla/gecko-dev.git
Bug 830846 - Pass HandleObject to DefineConstructorAndPrototype; r=terrence
This commit is contained in:
Родитель
737f439c89
Коммит
d4e53c47a2
|
@ -1765,7 +1765,7 @@ PreallocateObjectDynamicSlots(JSContext *cx, UnrootedShape shape, HeapSlot **slo
|
|||
|
||||
inline bool
|
||||
DefineConstructorAndPrototype(JSContext *cx, Handle<GlobalObject*> global,
|
||||
JSProtoKey key, JSObject *ctor, JSObject *proto)
|
||||
JSProtoKey key, HandleObject ctor, HandleObject proto)
|
||||
{
|
||||
JS_ASSERT(!global->nativeEmpty()); /* reserved slots already allocated */
|
||||
JS_ASSERT(ctor);
|
||||
|
|
Загрузка…
Ссылка в новой задаче