| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index d8e3d5c67d3b8b842b25e97d38e54cd4a5c615c5..46277019096215aabcd7ad21169f3427e169cdd6 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -101,7 +101,6 @@ class ObjectPointerVisitor;
|
| V(ExternalFourByteString, "ExternalFourByteString") \
|
| V(Stacktrace, "Stacktrace") \
|
| V(JSSyntaxRegExp, "JSSyntaxRegExp") \
|
| - V(WeakProperty, "WeakProperty") \
|
| V(Object, "Object") \
|
| V(_Int8Array, "_Int8Array") \
|
| V(_Uint8Array, "_Uint8Array") \
|
| @@ -123,6 +122,7 @@ class ObjectPointerVisitor;
|
| V(_ExternalUint64Array, "_ExternalUint64Array") \
|
| V(_ExternalFloat32Array, "_ExternalFloat32Array") \
|
| V(_ExternalFloat64Array, "_ExternalFloat64Array") \
|
| + V(_WeakProperty, "_WeakProperty") \
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
| // list is kept in the vm_isolate in order to share the copy across isolates
|
|
|