Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 26064) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -77,6 +77,7 @@ |
| V(InstantiatedTypeArguments, "InstantiatedTypeArguments") \ |
| V(PatchClass, "PatchClass") \ |
| V(Function, "Function") \ |
| + V(FunctionImpl, "_FunctionImpl") \ |
| V(FunctionResult, "function result") \ |
| V(FactoryResult, "factory result") \ |
| V(ClosureData, "ClosureData") \ |