| Index: runtime/bin/dartutils.h
|
| ===================================================================
|
| --- runtime/bin/dartutils.h (revision 18232)
|
| +++ runtime/bin/dartutils.h (working copy)
|
| @@ -99,6 +99,7 @@
|
| static bool IsDartExtensionSchemeURL(const char* url_name);
|
| static bool IsDartCryptoLibURL(const char* url_name);
|
| static bool IsDartIOLibURL(const char* url_name);
|
| + static bool IsDartBuiltinLibURL(const char* url_name);
|
| static bool IsDartJsonLibURL(const char* url_name);
|
| static bool IsDartUriLibURL(const char* url_name);
|
| static bool IsDartUtfLibURL(const char* url_name);
|
|
|