| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index c892cbeb274ed0e9122c504302cfa737960a988c..4f4a670fdc6147e662b8ab1c586d1999df3a1286 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -284,6 +284,7 @@ class ObjectPointerVisitor;
|
| V(_LocalMirrorSystemImpl, "_LocalMirrorSystemImpl") \
|
| V(_LocalTypedefMirrorImpl, "_LocalTypedefMirrorImpl") \
|
| V(_LocalTypeVariableMirrorImpl, "_LocalTypeVariableMirrorImpl") \
|
| + V(hashCode, "get:hashCode") \
|
| V(_leftShiftWithMask32, "_leftShiftWithMask32") \
|
|
|
|
|
|
|