Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage

This commit is contained in:
Wes Kocher
2015-04-08 19:05:41 -07:00
parent 0e14d50aae
commit ad1f58a205
45 changed files with 68 additions and 1736 deletions

View File

@@ -83,6 +83,7 @@ const char js_protected_str[] = "protected";
const char js_public_str[] = "public";
const char js_send_str[] = "send";
const char js_setter_str[] = "setter";
const char js_super_str[] = "super";
const char js_switch_str[] = "switch";
const char js_this_str[] = "this";
const char js_try_str[] = "try";