Chromium Code Reviews| Index: vm/symbols.h |
| =================================================================== |
| --- vm/symbols.h (revision 12230) |
| +++ vm/symbols.h (working copy) |
| @@ -71,6 +71,7 @@ |
| V(InstantiatedTypeArguments, "InstantiatedTypeArguments") \ |
| V(PatchClass, "PatchClass") \ |
| V(Function, "Function") \ |
| + V(ClosureData, "ClosureData") \ |
| V(Field, "Field") \ |
| V(LiteralToken, "LiteralToken") \ |
| V(TokenStream, "TokenStream") \ |