Bug 793086 (part 1) - Convert JSClassInitializerOp parameter to HandleObject. r=sfink.
This commit is contained in:
@@ -3147,7 +3147,7 @@ js_Date(JSContext *cx, unsigned argc, Value *vp)
|
||||
}
|
||||
|
||||
JSObject *
|
||||
js_InitDateClass(JSContext *cx, JSObject *obj)
|
||||
js_InitDateClass(JSContext *cx, HandleObject obj)
|
||||
{
|
||||
JS_ASSERT(obj->isNative());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user