| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 41882b011930623fca681ab79ed202298e6a455e..df5679d2e413879575c0a5baf4f092bd2ed994bd 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -305,6 +305,7 @@ class ObjectPointerVisitor;
|
| V(_LocalMirrorSystem, "_LocalMirrorSystem") \
|
| V(_LocalTypedefMirror, "_LocalTypedefMirror") \
|
| V(_LocalTypeVariableMirror, "_LocalTypeVariableMirror") \
|
| + V(_SourceLocation, "_SourceLocation") \
|
| V(hashCode, "get:hashCode") \
|
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \
|
| V(OptimizedOut, "<optimized out>") \
|
|
|