| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 060e00a8117b244f64a54625b4f63e7bf3a4a2d2..cd464c8fcb2b11c33eb2cecad50b0a7692251505 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3051,6 +3051,7 @@ class Library : public Object {
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
| static RawLibrary* NativeWrappersLibrary();
|
| + static RawLibrary* ProfilerLibrary();
|
| static RawLibrary* TypedDataLibrary();
|
|
|
| // Eagerly compile all classes and functions in the library.
|
|
|