| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 03a91ce9cd6c2b9f072a1969bc4451aa10970b81..5eec794f4c87adbba3999b4cd9471014be3f029d 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3520,6 +3520,7 @@ class Library : public Object {
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
| static RawLibrary* NativeWrappersLibrary();
|
| + static RawLibrary* ProfilerLibrary();
|
| static RawLibrary* TypedDataLibrary();
|
| static RawLibrary* VMServiceLibrary();
|
|
|
|
|