| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index dcc08beaa014070cef9027d84f06f35cf0350718..9acca0e8b677b77904fd1b5f801d99cee7fcccf6 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -401,6 +401,7 @@ class ObjectPointerVisitor;
|
| V(ConstructorClosurePrefix, "new#") \
|
| V(_runExtension, "_runExtension") \
|
| V(_runPendingImmediateCallback, "_runPendingImmediateCallback") \
|
| + V(DartLibrary, "dart.library.") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|