Bug 684526 - Remove Jsvalify/Valueify (r=waldo)

This commit is contained in:
Luke Wagner
2011-09-20 11:40:24 -07:00
parent e2e7e3085f
commit 765347e745
86 changed files with 1443 additions and 1638 deletions

View File

@@ -48,10 +48,6 @@
#include "jsutil.h"
#include "jsarena.h"
#ifdef __cplusplus
# include "jsvalue.h"
#endif
JS_BEGIN_EXTERN_C
/*
@@ -502,7 +498,7 @@ static inline char *
DecompileValueGenerator(JSContext *cx, intN spindex, const Value &v,
JSString *fallback)
{
return js_DecompileValueGenerator(cx, spindex, Jsvalify(v), fallback);
return js_DecompileValueGenerator(cx, spindex, v, fallback);
}
/*