Bug 1066238 - Part 1: Parser support for static class methods. (r=jorendorff)

This commit is contained in:
Eric Faust
2015-02-26 15:05:23 -08:00
parent af8da422f6
commit 5b6a324bc5
6 changed files with 42 additions and 15 deletions

View File

@@ -83,7 +83,6 @@ 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_static_str[] = "static";
const char js_super_str[] = "super";
const char js_switch_str[] = "switch";
const char js_this_str[] = "this";