| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index a5a43833aa4218c6c0ebf593348e0034095c286b..a55660cb6b4cd73398b9d04cf45e202fb55e9b49 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -321,12 +321,12 @@ class ObjectPointerVisitor;
|
| V(DartNativeWrappersLibName, "dart.nativewrappers") \
|
| V(DartCore, "dart:core") \
|
| V(DartCollection, "dart:collection") \
|
| + V(DartDeveloper, "dart:developer") \
|
| V(DartInternal, "dart:_internal") \
|
| V(DartIsolate, "dart:isolate") \
|
| V(DartMirrors, "dart:mirrors") \
|
| V(DartTypedData, "dart:typed_data") \
|
| V(DartVMService, "dart:vmservice") \
|
| - V(DartProfiler, "dart:profiler") \
|
| V(DartIOLibName, "dart.io") \
|
| V(EvalSourceUri, "evaluate:source") \
|
| V(_Random, "_Random") \
|
|
|