Oops, forgot to qref before removing this line of whitespace. r=style-police

This commit is contained in:
Jeff Walden 2010-08-17 16:55:01 -07:00
parent c57cb29cd4
commit 0fc39708d3

View File

@ -2057,7 +2057,6 @@ date_toJSON(JSContext *cx, uintN argc, Value *vp)
if (!Invoke(cx, args, 0))
return false;
*vp = args.rval();
return true;
}