| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index cbc0bf248248da796af062c66479a8db5cbc4ddf..f690516037728338b4ea79440ccc9d0ce9e6fb99 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -386,6 +386,7 @@ class ObjectPointerVisitor;
|
| V(hashCode, "get:hashCode") \
|
| V(OptimizedOut, "<optimized out>") \
|
| V(NotInitialized, "<not initialized>") \
|
| + V(NotNamed, "<not named>") \
|
| V(TempParam, ":temp_param") \
|
| V(_UserTag, "_UserTag") \
|
| V(Default, "Default") \
|
|
|