Bug 551529 - Remove __count__. r=shaver

This commit is contained in:
Jeff Walden
2010-03-12 17:09:49 -08:00
parent d58b6e73e7
commit 921190ed93
9 changed files with 21 additions and 50 deletions

View File

@@ -132,7 +132,6 @@ const char *const js_common_atom_names[] = {
js_caller_str, /* callerAtom */
js_class_prototype_str, /* classPrototypeAtom */
js_constructor_str, /* constructorAtom */
js_count_str, /* countAtom */
js_each_str, /* eachAtom */
js_eval_str, /* evalAtom */
js_fileName_str, /* fileNameAtom */
@@ -206,7 +205,6 @@ const char js_callee_str[] = "callee";
const char js_caller_str[] = "caller";
const char js_class_prototype_str[] = "prototype";
const char js_constructor_str[] = "constructor";
const char js_count_str[] = "__count__";
const char js_each_str[] = "each";
const char js_eval_str[] = "eval";
const char js_fileName_str[] = "fileName";