| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index dcc08beaa014070cef9027d84f06f35cf0350718..eae0796ff88d36a05c18545ce310d08db6c8b13f 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -161,6 +161,7 @@ class ObjectPointerVisitor;
|
| V(Instructions, "Instructions") \
|
| V(ObjectPool, "ObjectPool") \
|
| V(PcDescriptors, "PcDescriptors") \
|
| + V(CodeSourceMap, "CodeSourceMap") \
|
| V(Stackmap, "Stackmap") \
|
| V(LocalVarDescriptors, "LocalVarDescriptors") \
|
| V(ExceptionHandlers, "ExceptionHandlers") \
|
|
|