Chromium Code Reviews| Index: runtime/vm/symbols.h |
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
| index 35f7d791a7425f9cfb176dd99a3e2fefe782227d..ab7a0867f99076c6559c2d9c1408af1c0ef77ad9 100644 |
| --- a/runtime/vm/symbols.h |
| +++ b/runtime/vm/symbols.h |
| @@ -62,6 +62,7 @@ class ObjectPointerVisitor; |
| V(ClosureFunctionField, ":function") \ |
| V(ClosureContextField, ":context") \ |
| V(Library, "library") \ |
| + V(Native, "native") \ |
| V(Import, "import") \ |
| V(Source, "source") \ |
| V(Class, "Class") \ |