| Index: runtime/vm/tags.h
|
| diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
|
| index 926aed88c3c123af8d21edbceb09b489d3dd050b..3279c82cafbf2dbcc2057605f89cdc2b812a452f 100644
|
| --- a/runtime/vm/tags.h
|
| +++ b/runtime/vm/tags.h
|
| @@ -62,7 +62,8 @@ class VMTag : public AllStatic {
|
| }
|
| static const char* TagName(uword id);
|
| static bool IsNativeEntryTag(uword id);
|
| -
|
| + static bool IsDartTag(uword id);
|
| + static bool IsExitFrameTag(uword id);
|
| static bool IsRuntimeEntryTag(uword id);
|
| static const char* RuntimeEntryTagName(uword id);
|
|
|
|
|