| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 4601cf1e65a44832c20a513f8c9d28ca880e1f0d..c29c07eebd99a008e1d2ee8ad99de0272ec8f650 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -218,7 +218,7 @@ class ObjectPointerVisitor;
|
| V(_ExternalFloat64Array, "_ExternalFloat64Array") \
|
| V(ByteData, "ByteData") \
|
| V(ByteDataDot, "ByteData.") \
|
| - V(ByteDataDotview, "ByteData.view") \
|
| + V(ByteDataDot_view, "ByteData._view") \
|
| V(_ByteDataView, "_ByteDataView") \
|
| V(_WeakProperty, "_WeakProperty") \
|
| V(_MirrorReference, "_MirrorReference") \
|
|
|