Bug 551529 - Remove __count__. r=shaver
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user