| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index f529934d4d933c6e775de64484b8c0a9d155b5a2..ef126340de356425a5964e45914c9e83d63ee138 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") \
|
|
|