| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 38347)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -234,6 +234,8 @@
|
| V(ByteDataDot_view, "ByteData._view") \
|
| V(ByteDataDotview, "ByteData.view") \
|
| V(_ByteDataView, "_ByteDataView") \
|
| + V(_ByteBuffer, "_ByteBuffer") \
|
| + V(_ByteBufferDot_New, "_ByteBuffer._New") \
|
| V(_WeakProperty, "_WeakProperty") \
|
| V(_MirrorReference, "_MirrorReference") \
|
| V(InvocationMirror, "_InvocationMirror") \
|
|
|